This is a basic class of export. All methods for formation of a dxf file are determined here.
Top
Top
Top
The following tables list the members exposed by the DXFExport type.
Name | Description | |
---|---|---|
Block | Gets or sets the current block. | |
CurrentLayer | Gets or sets the current DXF layer. | |
PenWidthRatio | Gets or sets the current pen width ratio. | |
UnitSize | Gets or sets unit size for export. |
Name | Description | |
---|---|---|
Add3DPoint | Adds a 3D point. | |
AddArc | Adds an arc. | |
AddCircle | Adds a circle. | |
AddColor | Adds a color. | |
AddDimension | Adds a dimension | |
AddDimensionStyle | Adds a dimension style. | |
AddEllipse | Adds an ellipse. | |
AddEntity | Adds an entity. | |
AddFloat | Adds a float value. | |
AddHandle | Adds a handle. | |
AddHatch | Adds a hatch. | |
AddInt | Adds an integer value. | |
AddLType | Adds a linetype. | |
AddLTypeScale | Adds a linetype scale. | |
AddLine | Adds a line. | |
AddMText | Adds a Mtext. | |
AddName | Adds a name of an object | |
AddPixel | Adds a pixel. | |
AddPoint | Adds a point. | |
AddPolyBezier | Adds the polyBezier line | |
AddPolyLine | Adds a polyline. | |
AddRectangle | Adds a rectangle. | |
AddSolid | Adds a solid. | |
AddString | Adds a string. | |
AddText | Adds a text. | |
AddThickness | Adds thickness | |
AddVertex | Adds a vertex. | |
BeginBlock | Begins a DXF block | |
BeginPoly | Begins a polyline | |
Clear | Clears the DXFExport object | |
ColorToDXF | Converts System.Drawing.Color object to the dxf color | |
EndBlock | Ends a DXF block | |
EndDraw | Ends a draw | |
Equals | (Overloaded) (inherited from Object). | |
GetBlockByName | Gets DXF block by its name | |
GetHashCode | (inherited from Object). | |
GetStrAutoCADVer | Gets the AutoCAD version | |
GetType | (inherited from Object). | |
Insert | Inserts an object | |
ReferenceEquals | (inherited from Object). | |
Save | Saves the DXF image | |
SaveToFile | Saves DXF to file | |
SaveToStream | Saves DXF to stream. | |
SetLayerByString | Sets layer by its name. | |
ToString | (inherited from Object). |
Name | Description | |
---|---|---|
DXFLineWeights | The array of the line weight constants. | |
accuracy | The maximal accuracy. Default = 0.000001. | |
alternativeBlack | Specifies if the alternative black color will be used. | |
autoCADVer | Represents the current AutoCAD version. | |
current | For internal use. | |
fOffset | Represents an offset for hatch object. | |
isParseWhite | Specifies if white rectangle object will be used as erasing region. | |
offsetX | Represents offsets on axis x and on axis y. | |
offsetY | Represents offsets on axis x and on axis y. | |
use01MM | Use of factor of scaling. |