MeshUnitLoadlocalCoordinateSystemShell Method

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual Vector3[] localCoordinateSystemShell(
	Vector3 n
)

Parameters

n  Vector3
Vector indicating the face normal.

Return Value

Vector3
The shell's local coordinate system based on the given normal vector.

See Also