|
BuilderElementStraightLineOrientation Constructor (ListExtendedListVector3, ListDouble)
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BuilderElementStraightLineOrientation(
List<ExtendedList<Vector3>> ori,
List<double> alphas
)
Public Sub New (
ori As List(Of ExtendedList(Of Vector3)),
alphas As List(Of Double)
)
public:
BuilderElementStraightLineOrientation(
List<ExtendedList<Vector3>^>^ ori,
List<double>^ alphas
)
new :
ori : List<ExtendedList<Vector3>> *
alphas : List<float> -> BuilderElementStraightLineOrientationParameters
- ori
- Type: System.Collections.GenericListExtendedListVector3
list of list of orientations. First index decides the orientation 0:x, 1:y, 2:z, second the direction for each mesh face,
longest list principle applies. - alphas
- Type: System.Collections.GenericListDouble
rotation angles about the local z-axis in addition to ori.
See Also