|
IBuilderElementOrientationXOriList Property
|
list of vectors for x-orientation (for e.g. shells)
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIReadOnlyList<Vector3> XOriList { get; }
ReadOnly Property XOriList As IReadOnlyList(Of Vector3)
Get
property IReadOnlyList<Vector3>^ XOriList {
IReadOnlyList<Vector3>^ get ();
}
abstract XOriList : IReadOnlyList<Vector3> with get
Property Value
Type:
IReadOnlyListVector3
See Also