Click or drag to resize

ModelElementStraightLinex_unit_vector Method

Generates unit vector in axial direction.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Vector3 x_unit_vector(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
Model which contains the element.

Return Value

Type: Vector3
unit vector in axial direction.
See Also