|
IBuilderElementOrientationXOriList Property
|
Gets list of vectors for x-orientation (for e.g. shells).
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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