|
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)
Syntaxpublic static Vector3[] localCoordinateSystem(
Vector3 x,
double alpha
)
Public Shared Function localCoordinateSystem (
x As Vector3,
alpha As Double
) As Vector3()
public:
static array<Vector3>^ localCoordinateSystem(
Vector3 x,
double alpha
)
static member localCoordinateSystem :
x : Vector3 *
alpha : float -> Vector3[]
Parameters
- x
- Type: Karamba.GeometryVector3
longitudinal beam axis - alpha
- Type: SystemDouble
angle of rotation about longitudinal axis
Return Value
Type:
Vector3three vectors representing the local coordinate system
See Also