|
ElementStateCoosys Property
|
Gets the local coordinate system at the anchor point
expressed with respect to the global coordinate system.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3[] Coosys { get; }
Public ReadOnly Property Coosys As Vector3()
Get
public:
property array<Vector3>^ Coosys {
array<Vector3>^ get ();
}
member Coosys : Vector3[] with get
Property Value
Type:
Vector3
See Also