The Scene type exposes the following members.

Constructors

  NameDescription
Scene
Instantiates a new scene.

Methods

  NameDescription
AddOverloaded.
Dispose
Disposes this scene.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtentsXY
Computes the extents of the scene in the xy-plane.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLayers
A list containing all layers used in the scene.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HelloWorld
A sample scene that contains some edges that read 'Hello World'.
Move
Moves all elements in the scene.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteDxf
AC1009 dxf(TM)-compatible format file output of all objects in the scene.

Properties

  NameDescription
AspectRatio
Gets or sets the aspect ratio for the dxf VPORT.
DrawVectors
Set true if the vectors of all entities shall be drawn.
LineTypeScale
Gets or sets the linetype scale factor.
NormalVector
Gets or sets the normal vector for the orientation of points and texts.
NumberOfEntities
Gets the number of entities in the scene.
PointDisplayMode
Gets or sets the mode points are displied (0: pixel, 1: none, 2: vert. cross, 3: x, 4: |, 32-36: circled, 64-68: boxed).
PointSize
Gets or sets the size the points are displayed.
UCSIcon
Gets or sets the ucsicon system variable.

See Also