|
IBuilderElementOrientationZOri Property
|
Gets vector for z-orientation.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxNullable<Vector3> ZOri { get; }ReadOnly Property ZOri As Nullable(Of Vector3)
Get
property Nullable<Vector3> ZOri {
Nullable<Vector3> get ();
}abstract ZOri : Nullable<Vector3> with get
Property Value
Type:
NullableVector3
See Also