MeshUnitLoadNewlocalCoordinateSystemShell Method
Computes the shell coordinate system based on the given normal vector according to the orientation conventions for shells.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override Vector3[] localCoordinateSystemShell(
Vector3 n
)
Public Overrides Function localCoordinateSystemShell (
n As Vector3
) As Vector3()
public:
virtual array<Vector3>^ localCoordinateSystemShell(
Vector3 n
) override
abstract localCoordinateSystemShell :
n : Vector3 -> Vector3[]
override localCoordinateSystemShell :
n : Vector3 -> Vector3[]
- n Vector3
- Vector indicating the face normal.
Vector3The shell's local coordinate system based on the given normal vector.