The following tables list the members exposed by the CADImport.Export.SimpleCADtoDXF type.
Classes
| Name | Description | |
|---|---|---|
|
DXFArc | Represents an arc in a DXF image. |
|
DXFBlock | Represents the block entity in a DXF image. |
|
DXFData | The DXFData class can contain information about any DXF entity. |
|
DXFDimension | Represents dimensions in a DXF image. |
|
DXFEllipse | Represents an ellipse in a DXF image. |
|
DXFExport | This is a basic class of export. All methods for formation of a dxf file are determined here. |
|
DXFFigure | This is a base class of figures. |
|
DXFHatch | Represents a hatch in a DXF image. |
|
DXFLayer | Represents a layer in a DXF image. |
|
DXFLine | Represents a line in a DXF image. |
|
DXFMText | DXF metric text class. |
|
DXFPixel | Represents a pixel in a DXF image. |
|
DXFPoint | Represents a 3D point in a DXF image. |
|
DXFPolyBezier | Represents the polybezier line in a DXF image. |
|
DXFPolyline | Represents a polyline in a DXF image. |
|
DXFRectangle | Represents a Rectangle in a DXF image. |
|
DXFSolid | Represents a solid in a DXF image. |
|
DXFText | Represents a text in a DXF image. |
Structures
| Name | Description | |
|---|---|---|
|
DXFHatchPatternData | Represents the hatch pattern data |
|
DimensionStyle | A style of dimension |
|
Line | Auxiliary structure of a line |
|
Rect | Auxiliary structure of a rectangle |
Enumerations
| Name | Description | |
|---|---|---|
|
ArcType | Types for DXFArc |
|
AutoCADVersion | Version types of AutoCAD. |
|
DXFIntConst | Types of DXF color. |
|
DimensionArrowType | Type of the dimension arrow |
|
DimensionType | A type of dimension |
|
HatchBoundaryType | Types for DXFHatch. |
|
HatchStyle | Type styles of a hatch |
See Also