HeaderVariablesUCSxDir Property
|
Direction of the current UCS X axis (in WCS)
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 UCSxDir { get; set; }
Public Property UCSxDir As Vector3
Get
Set
public:
property Vector3 UCSxDir {
Vector3 get ();
void set (Vector3 value);
}
member UCSxDir : Vector3 with get, set
PROPERTY UCSxDir AS Vector3 GET SET
Property Value
Type:
Vector3See Also