Provides a set of data for each CAD entity to be processed by the Iterate method.

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

Name Description
Public constructor CADIterate Initializes a new instance of the CADIterate class.
Top
Name Description
Public method Clone Creates an exact copy of this CADIterate object.
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field additional Represents a user-defined value.
Public field angle A rotation angle of a CAD entity.
Public field color Represents the current block color or clNone.
Public field convertor Represents the previous convertor (can be null).
Public field insert Represents the current block reference (can be null).
Public field matrix Represents a coordinate transformation matrix.
Public field xScale A CAD entity scale along the X axis.
Public field yScale A CAD entity scale along the Y axis.
Top