|
BuilderElementStraightLineOrientation Constructor (ListVector3, ListVector3, ListVector3, ListDouble)
|
build new reader for straight-line element orientations
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BuilderElementStraightLineOrientation(
List<Vector3> xOrientations = null,
List<Vector3> yOrientations = null,
List<Vector3> zOrientations = null,
List<double> alphas = null
)
Public Sub New (
Optional xOrientations As List(Of Vector3) = Nothing,
Optional yOrientations As List(Of Vector3) = Nothing,
Optional zOrientations As List(Of Vector3) = Nothing,
Optional alphas As List(Of Double) = Nothing
)
public:
BuilderElementStraightLineOrientation(
List<Vector3>^ xOrientations = nullptr,
List<Vector3>^ yOrientations = nullptr,
List<Vector3>^ zOrientations = nullptr,
List<double>^ alphas = nullptr
)
new :
?xOrientations : List<Vector3> *
?yOrientations : List<Vector3> *
?zOrientations : List<Vector3> *
?alphas : List<float>
(* Defaults:
let _xOrientations = defaultArg xOrientations null
let _yOrientations = defaultArg yOrientations null
let _zOrientations = defaultArg zOrientations null
let _alphas = defaultArg alphas null
*)
-> BuilderElementStraightLineOrientation
Parameters
- xOrientations (Optional)
- Type: System.Collections.GenericListVector3
list of x-orientations - yOrientations (Optional)
- Type: System.Collections.GenericListVector3
list of y-orientations - zOrientations (Optional)
- Type: System.Collections.GenericListVector3
list of z-orientations - alphas (Optional)
- Type: System.Collections.GenericListDouble
list of additional rotation angles about the local x-axis
See Also