|
ElementStates_OLDCoosys Property
|
Gets or sets local coordinate system at the anchor points of the states.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<Vector3[]> Coosys { get; set; }
Public Property Coosys As List(Of Vector3())
Get
Set
public:
property List<array<Vector3>^>^ Coosys {
List<array<Vector3>^>^ get ();
void set (List<array<Vector3>^>^ value);
}
member Coosys : List<Vector3[]> with get, set
Property Value
Type:
ListVector3
See Also