Click or drag to resize

HeaderVariablesExtMin Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
X, Y, and Z drawing extents lower-left corner (in WCS).

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Vector3 ExtMin { get; }
Request Example View Source

Property Value

Type: Vector3
Remarks
This header variable is only useful for external dxfs that actually contains a value for this variable, otherwise it will be set to Vector3.NaN, by default. In any case it will not be saved in the dxf.
See Also