|
BuilderElementOrientationori Method
|
give direct access to the orientation vectors
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected Nullable<Vector3> ori(
int dir_ind,
int ind = 0
)
Protected Function ori (
dir_ind As Integer,
Optional ind As Integer = 0
) As Nullable(Of Vector3)
protected:
Nullable<Vector3> ori(
int dir_ind,
int ind = 0
)
member ori :
dir_ind : int *
?ind : int
(* Defaults:
let _ind = defaultArg ind 0
*)
-> Nullable<Vector3>
Parameters
- dir_ind
- Type: SystemInt32
index of the orientation (x=0,y=1,z=2) - ind (Optional)
- Type: SystemInt32
index of the direction inside the list of orientations
Return Value
Type:
NullableVector3[Missing <returns> documentation for "M:Karamba.Elements.BuilderElementOrientation.ori(System.Int32,System.Int32)"]
See Also