Click or drag to resize

BlockOrigin Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the block origin in world coordinates.

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

Property Value

Type: Vector3
Remarks
Always keep this value to the default Vector3.Zero.
See Also