World
|
The WorldGeometry type exposes the following members.
Name | Description | |
---|---|---|
![]() |
WorldGeometry | Initializes a new instance of the WorldGeometry class |
![]() |
WorldGeometry(IntPtr, Boolean) | Initializes a new instance of the WorldGeometry class |
Name | Description | |
---|---|---|
![]() |
AutoDelete | (Inherited from DisposableWrapper) |
![]() |
IsDisposed | (Inherited from DisposableWrapper) |
![]() |
ModelToWorldTransform | Property that represents the model-to-world coordinate
transform matrix for the geometry. This is the inverse of the
WorldToModelTransform matrix. (Inherited from Geometry) |
![]() |
UnmanagedObject | (Inherited from DisposableWrapper) |
![]() |
WorldToModelTransform | Property that represents the world-to-model coordinate
transform matrix for the geometry. This is the inverse of the
ModelToWorldTransform matrix. (Inherited from Geometry) |
Name | Description | |
---|---|---|
![]() |
Circle(Point3d, Double, Vector3d) | Introduces a circle to the vectorization context. (Inherited from Geometry) |
![]() |
Circle(Point3d, Point3d, Point3d) | Introduces a circle to the vectorization context. (Inherited from Geometry) |
![]() |
CircularArc(Point3d, Point3d, Point3d, ArcType) | Introduces a circular arc to the vectorization context. (Inherited from Geometry) |
![]() |
CircularArc(Point3d, Double, Vector3d, Vector3d, Double, ArcType) | Introduces a circular arc to the vectorization context. (Inherited from Geometry) |
![]() |
Clone | (Inherited from RXObject) |
![]() |
CompareTo | (Inherited from RXObject) |
![]() |
CopyFrom | (Inherited from RXObject) |
![]() |
CreateObjRef | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
![]() |
DeleteUnmanagedObject | (Inherited from RXObject) |
![]() |
Dispose | (Inherited from DisposableWrapper) |
![]() |
Dispose(Boolean) | (Inherited from DisposableWrapper) |
![]() |
Draw | Introduces the specified object into the vectorization
context. (Inherited from Geometry) |
![]() |
EllipticalArc | (Inherited from Geometry) |
![]() |
Equals | (Inherited from DisposableWrapper) |
![]() |
Finalize | (Inherited from DisposableWrapper) |
![]() |
GetHashCode | (Inherited from DisposableWrapper) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
GetRXClass | (Inherited from RXObject) |
![]() |
GetType | Gets the Type of the current
instance. (Inherited from Object) |
![]() |
Image(ImageBGRA32, Point3d, Vector3d, Vector3d) | Introduces an image in BGRA format into the vectorization
context. (Inherited from Geometry) |
![]() |
Image(ImageBGRA32, Point3d, Vector3d, Vector3d, TransparencyMode) | Introduces an image in BGRA format into the vectorization
context. (Inherited from Geometry) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject
object. (Inherited from MarshalByRefObject) |
![]() |
Mesh | Introduces a mesh into the vectorization context. (Inherited from Geometry) |
![]() |
OwnerDraw | Draws a GDI owner draw object. (Inherited from Geometry) |
![]() |
Polygon | Introduces a polygon to the vectorization context. (Inherited from Geometry) |
![]() |
Polyline(Polyline) | Introduces a polyline into the vectorization context. (Inherited from Geometry) |
![]() |
Polyline(Point3dCollection, Vector3d, IntPtr) | Introduces a polyline into the vectorization context. (Inherited from Geometry) |
![]() |
Polyline(Polyline, Int32, Int32) | Introduces a polyline into the vectorization context. (Inherited from Geometry) |
![]() |
Polypoint(Point3dCollection, Vector3dCollection, IntPtrCollection) | Introduces an array of points to the vectorization
context. (Inherited from Geometry) |
![]() |
Polypoint(Point3dCollection, EntityColorCollection, Vector3dCollection, IntPtrCollection) | Introduces an array of points to the vectorization
context. (Inherited from Geometry) |
![]() |
Polypoint(Point3dCollection, EntityColorCollection, TransparencyCollection, Vector3dCollection, IntPtrCollection, Int32) | Introduces an array of points to the vectorization
context. (Inherited from Geometry) |
![]() |
PolyPolygon | Introduces multiple polygons to the vectorization context.
These polygons can be defined with various properties including
shape, opacity, outlines, etc. It can draw multiple identical
polygons and multiple different polygons at the same time. If some
of the parameters are not defined, they are taken from the current
SubEntityTraits properties. (Inherited from Geometry) |
![]() |
PolyPolyline | Introduces multiple polylines to the vectorization
context. (Inherited from Geometry) |
![]() |
PopClipBoundary | Removes the top clip boundary from the clip stack. (Inherited from Geometry) |
![]() |
PopModelTransform | Removes the top transformation from the current transformation
stack. (Inherited from Geometry) |
![]() |
PushClipBoundary(ClipBoundary) | Pushes a clip boundary to the current clip stack. (Inherited from Geometry) |
![]() |
PushClipBoundary(ClipBoundary, AbstractClipBoundary) | Pushes a clip boundary with additional clipping information to
the current clip stack. (Inherited from Geometry) |
![]() |
PushModelTransform(Matrix3d) | Pushes a model transformation matrix for the current
transformation stack. The specified transformation is concatenated
to the current model transformation (which is initially the
identity transform). The resulting model transformation is
subsequently applied to all geometry introduced into this
vectorization context, until popModelTransform() is called. (Inherited from Geometry) |
![]() |
PushModelTransform(Vector3d) | Pushes a model transformation vector for the current
transformation stack. The specified transformation is concatenated
to the current model transformation (which is initially the
identity transform). The resulting model transformation is
subsequently applied to all geometry introduced into this
vectorization context, until popModelTransform() is called. (Inherited from Geometry) |
![]() |
PushOrientationTransform | Pushes the orientation transform behavior to the current
transform stack and returns the resulting matrix. (Inherited from Geometry) |
![]() |
PushPositionTransform(PositionBehavior, Point2d) | Pushes the position transform behavior to the current transform
stack and returns the resulting matrix. (Inherited from Geometry) |
![]() |
PushPositionTransform(PositionBehavior, Point3d) | Pushes the position transform behavior to the current transform
stack and returns the resulting matrix. (Inherited from Geometry) |
![]() |
PushScaleTransform(ScaleBehavior, Point2d) | Pushes the scale transform behavior to the current transform
stack and returns the resulting matrix. (Inherited from Geometry) |
![]() |
PushScaleTransform(ScaleBehavior, Point3d) | Pushes the scale transform behavior to the current transform
stack and returns the resulting matrix. (Inherited from Geometry) |
![]() |
QueryX | (Inherited from RXObject) |
![]() |
Ray | Introduces a ray into the vectorization context. (Inherited from Geometry) |
![]() |
RowOfDots | Introduces a row of points to the vectorization context. (Inherited from Geometry) |
![]() |
SetExtents | Sets the extents of the current object. |
![]() |
Shell | (Inherited from Geometry) |
![]() |
StartAttributesSegment | Starts a segment of attributes for a block. |
![]() |
Text(Point3d, Vector3d, Vector3d, String, Boolean, TextStyle) | Introduces text into the vectorization context. (Inherited from Geometry) |
![]() |
Text(Point3d, Vector3d, Vector3d, Double, Double, Double, String) | Introduces text into the vectorization context. (Inherited from Geometry) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() |
WorldLine | Introduces a line into the vectorization context. (Inherited from Geometry) |
![]() |
X | (Inherited from RXObject) |
![]() |
Xline | Introduces an xline into the vectorization context. (Inherited from Geometry) |
© Bricsys NV. All rights reserved. |