Gets the direction of the line.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 Direction { get; }
Public ReadOnly Property Direction As Vector3
Get
public:
property Vector3 Direction {
Vector3 get ();
}
member Direction : Vector3 with get
PROPERTY Direction AS Vector3 GET
Property Value
Type:
Vector3See Also