Represents a point in a CAD image.

The following tables list the members exposed by the CADPoint type.

Name Description
Public property Box Gets a three-dimensional box that encloses the CADPoint object.
Public property EntType Gets a type of this CADPoint entity.
Public property Extrusion Gets or sets a direction of axis Z belonging to the coordinate system of this CADPoint object.
Public property LineWeight Gets or sets a thickness of lines for this CADPoint.
Public property Points Gets a collection of points for drawing CADPoint object.
Public property Visibility
Public property ZThick Gets or sets a CADPoint entity thickness.
Top
Name Description
Public method AssignEntity Copies an entity
Public method DrawEntityTrace Implements drawing of entity with specified offset to specified Control
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoxPoints Checks if the CADPoint must be drawn during a drawing cycle.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADPoint to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top