Inheritance Hierarchy
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract class Geometry : RXObject
Public MustInherit Class Geometry
Inherits RXObject
public ref class Geometry abstract : public RXObject
[<AbstractClassAttribute>]
type Geometry =
class
inherit RXObject
end
The Geometry type exposes the
following members.
Constructors
| |
Name |
Description |
|
Geometry
|
Initializes a new instance of the Geometry class |
Top
Properties
Methods
| |
Name |
Description |
|
Circle(Point3d, Double,
Vector3d)
|
|
|
Circle(Point3d, Point3d,
Point3d)
|
|
|
CircularArc(Point3d,
Point3d, Point3d, ArcType)
|
|
|
CircularArc(Point3d,
Double, Vector3d, Vector3d, Double, ArcType)
|
|
|
Clone
|
(Inherited from RXObject) |
|
CompareTo
|
(Inherited from RXObject) |
|
CopyFrom
|
(Inherited from RXObject) |
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Inherited from RXObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
Draw
|
|
|
EllipticalArc
|
|
|
Equals
|
(Inherited from DisposableWrapper) |
|
Finalize
|
(Inherited from DisposableWrapper) |
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetMetaObject
|
(Inherited from RXObject) |
|
GetRXClass
|
(Inherited from RXObject) |
|
GetType
|
(Inherited from Object) |
|
Image(ImageBGRA32,
Point3d, Vector3d, Vector3d)
|
|
|
Image(ImageBGRA32,
Point3d, Vector3d, Vector3d, TransparencyMode)
|
|
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
MemberwiseClone
|
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
(Inherited from MarshalByRefObject) |
|
Mesh
|
|
|
OwnerDraw
|
|
|
Polygon
|
|
|
Polyline(Polyline)
|
|
|
Polyline(Point3dCollection,
Vector3d, IntPtr)
|
|
|
Polyline(Polyline,
Int32, Int32)
|
|
|
Polypoint(Point3dCollection,
Vector3dCollection, IntPtrCollection)
|
|
|
Polypoint(Point3dCollection,
EntityColorCollection, Vector3dCollection, IntPtrCollection)
|
|
|
Polypoint(Point3dCollection,
EntityColorCollection, TransparencyCollection, Vector3dCollection,
IntPtrCollection, Int32)
|
|
|
PolyPolygon
|
|
|
PolyPolyline
|
|
|
PopClipBoundary
|
|
|
PopModelTransform
|
|
|
PushClipBoundary(ClipBoundary)
|
|
|
PushClipBoundary(ClipBoundary,
AbstractClipBoundary)
|
|
|
PushModelTransform(Matrix3d)
|
|
|
PushModelTransform(Vector3d)
|
|
|
PushOrientationTransform
|
|
|
PushPositionTransform(PositionBehavior,
Point2d)
|
|
|
PushPositionTransform(PositionBehavior,
Point3d)
|
|
|
PushScaleTransform(ScaleBehavior,
Point2d)
|
|
|
PushScaleTransform(ScaleBehavior,
Point3d)
|
|
|
QueryX
|
(Inherited from RXObject) |
|
Ray
|
|
|
RowOfDots
|
|
|
Shell
|
|
|
Text(Point3d, Vector3d,
Vector3d, String, Boolean, TextStyle)
|
|
|
Text(Point3d, Vector3d,
Vector3d, Double, Double, Double, String)
|
|
|
ToString
|
(Inherited from Object) |
|
WorldLine
|
|
|
X
|
(Inherited from RXObject) |
|
Xline
|
|
Top
See Also