Click or drag to resize

CadExporter Constructor

Initializes the CadExporter class.

Namespace: RAYLASE.Marker.VectorGraphicElement.Exporter
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public CadExporter(
	double scale
)

Parameters

scale  Double
The scale factor to convert our micrometer unit into millimeters used in the DXF to have smaller numbers.
See Also