BuilderElementStraightLineOrientation(ListVector3, ListVector3, ListVector3, ListDouble) Constructor
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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 ListVector3 (Optional)
- list of x-orientations.
- yOrientations ListVector3 (Optional)
- list of y-orientations.
- zOrientations ListVector3 (Optional)
- list of z-orientations.
- alphas ListDouble (Optional)
- list of additional rotation angles about the local x-axis.