|
BuilderElementOrientation Constructor (ListExtendedListVector3, ListDouble)
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BuilderElementOrientation(
List<ExtendedList<Vector3>> ori = null,
List<double> alphas = null
)
Public Sub New (
Optional ori As List(Of ExtendedList(Of Vector3)) = Nothing,
Optional alphas As List(Of Double) = Nothing
)
public:
BuilderElementOrientation(
List<ExtendedList<Vector3>^>^ ori = nullptr,
List<double>^ alphas = nullptr
)
new :
?ori : List<ExtendedList<Vector3>> *
?alphas : List<float>
(* Defaults:
let _ori = defaultArg ori null
let _alphas = defaultArg alphas null
*)
-> BuilderElementOrientation
Parameters
- ori (Optional)
- Type: System.Collections.GenericListExtendedListVector3
vectors for orienting the local coordinate system of the element. - alphas (Optional)
- Type: System.Collections.GenericListDouble
rotations angles in addition to the orientations given in ori.
See Also