Click or drag to resize

BlockOrigin Property

Gets or sets the block origin in world coordinates.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector3 Origin { get; set; }

Property Value

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