DxfWriter constructor

init

Initializes a new instance of the DxfWriter class.

def __init__(self, stream, cad_image, precision, dxf_file_format, specified_encoding):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream.
cad_imageaspose.cad.fileformats.cad.CadImageThe cad image.
precisionaspose.cad.imageoptions.RasterizationQualityValueThe precision.
dxf_file_formataspose.cad.fileformats.cad.cadconsts.DxfFileFormat
specified_encodingCodePagesThe specified encoding.

See Also