The DXFData class can contain information about any DXF entity.
The following tables list the members exposed by the DXFData type.
Public Methods
| Name | Description | |
|---|---|---|
|
Clear | Resets all initial values for this object. |
|
Clone |
Creates a shallow copy of the DXFData. |
|
Equals | (Overloaded) (inherited from Object). |
|
GetHashCode | (inherited from Object). |
|
GetType | (inherited from Object). |
|
ReferenceEquals | (inherited from Object). |
|
ToString | (inherited from Object). |
Fields
| Name | Description | |
|---|---|---|
|
bold | Represents a style for a text. |
|
color | Represents the color value for this entity. |
|
count | Represents the number of child entities (for BLOCK, POLYLINE etc). For simple entities such as LINE it is always 0. |
|
endAngle | Represents the end angle values in degrees for ARC and ELLIPSE. |
|
fScale | Represents the relative X scale factor (ratio of character width to character height) for text entities. |
|
flags | Represents the flags byte for different entities, such as LAYER, BLOCK, POLYLINE etc. Has individual meaning for each entity type. For details see AutoCAD DXF Reference. |
|
globalWidth | Represents a global width. |
|
hAlign | Specifies the horizontal alignment for text entities. |
|
height | Specifies the character height for text entities (TEXT, MTEXT or ATTDEF). |
|
italic | Represents a style for a text. |
|
name | Represents a name of an object. |
|
point | Specifies the reference point for this entity. For details see AutoCAD DXF Reference, group codes 10,20,30. |
|
point1 | Specifies the second reference point for such entities as LINE, TEXT or ELLIPSE. For details see AutoCAD DXF Reference, group codes 11,21,31. |
|
point2 | Specifies the third points for SOLID and 3DFACE. |
|
point3 | Specifies the fourth points for SOLID and 3DFACE. |
|
points | Points to array of DXFPOINT for POLYLINE, LWPOLYLINE and HATCH. The number of points is specified by count. |
|
rHeight | Specifies the reference retangle height for MTEXT. |
|
rWidth | Specifies the reference retangle width for MTEXT. |
|
radius | Specifies the radius value for CIRCLE and ARC or ratio of minor axis to major axis for ELLIPSE. |
|
rotation | Specifies the rotation angle in degrees for TEXT or INSERT. |
|
scale | Specifies the X-, Y- and Z-scale values for INSERT. |
|
selfType | Defines a type of this entity. |
|
startAngle | Specifies the start angle values in degrees for ARC and ELLIPSE. |
|
style | Specifies the pen style for drawing of this entity. |
|
styleObject | Represents an object style. |
|
tag | Specifies the type of a DXF entity. |
|
text | Specifies a text value for text entities (TEXT, MTEXT or ATTDEF). |
|
thickness | Specifies the line width for this entity. |
|
vAlign | Specifies the vertical alignment for text entities. |
See Also