Click or drag to resize

BuilderElementStraightLineOrientationlocalCoordinateSystem Method

compute local coordinate axes of a beam with beam

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector3[] localCoordinateSystem(
	Vector3 x,
	double alpha
)

Parameters

x
Type: Karamba.GeometryVector3
longitudinal beam axis
alpha
Type: SystemDouble
angle of rotation about longitudinal axis

Return Value

Type: Vector3
three vectors representing the local coordinate system
See Also