|
Element1DStateCoosys Property
|
Gets or sets the local coordinate system at
Position.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3[] Coosys { get; set; }
Public Property Coosys As Vector3()
Get
Set
public:
property array<Vector3>^ Coosys {
array<Vector3>^ get ();
void set (array<Vector3>^ value);
}
member Coosys : Vector3[] with get, set
Property Value
Type:
Vector3
RemarksVector3's coordinate are given with respect to the global coordinate system.
See Also