cDXF
ClassThe cDXF class represents the DXF document. Use it to configure tables such as layers, fonts, and line types, insert the drawing entities and block definitions, then save the output file.
Public members:
LineTypeScale() As Double
Function SetLayers(LayerNames() As String, LayerFlags() As Short, LayerColorIndex() As Short, LayerLineTypeName() As String) As Boolean
Function GetLayers(LayerNames() As String, LayerFlags() As Short, LayerColorIndex() As Short, LayerLineTypeName() As String) As Integer
Function SetFonts(Fonts() As String, FontCharSet As Integer) As Boolean
Function GetFonts(Fonts() As String, FontCharSet As Integer) As Integer
Function SetLineTypes(LineTypes() As String) As Boolean
Function GetLineTypes(LineTypes() As String) As Integer
Function InsertEntities(Entities As cDrawing) As Boolean
Function InsertBlocks(Blocks() As cDrawing) As Boolean
Function Save(sDXFFile As String) As Boolean