Click or drag to resize

HeaderVariablesInsBase Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Insertion base point for the current drawing.

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

Property Value

Type: Vector3
Remarks
When you insert or externally reference the current drawing into other drawings, this base point is used as the insertion base point.
See Also