Represents triangles and four-sided polygons in a CAD image.

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

Name Description
Public property Box Gets a three-dimensional box that encloses the CADSolid entity.
Public property EntType Gets a type of this CADSolid entity.
Public property Point2 Gets or sets a third point of the CADSolid object.
Public property Point3 Gets or sets a fourth point of the CADSolid object.
Top
Name Description
Public method AssignEntity Copies an entity
Public method DrawEntityTrace
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoxPoints Checks if the CADSolid object must be drawn during a drawing cycle.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADSolid object to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top