|
IBuilderElementOrientationZOri Property
|
vector for z-orientation
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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