Click or drag to resize

MeshUnitLoadlocalCoordinateSystemShell Method

Computes the shell coordinate system based on the given normal vector according to the orientation conventions for shells.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual Vector3[] localCoordinateSystemShell(
	Vector3 n
)

Parameters

n
Type: Karamba.GeometryVector3
Vector indicating the face normal.

Return Value

Type: Vector3
The shell's local coordinate system based on the given normal vector.
See Also