|
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)
Syntaxpublic virtual Vector3[] localCoordinateSystemShell(
Vector3 n
)
Public Overridable Function localCoordinateSystemShell (
n As Vector3
) As Vector3()
public:
virtual array<Vector3>^ localCoordinateSystemShell(
Vector3 n
)
abstract localCoordinateSystemShell :
n : Vector3 -> Vector3[]
override localCoordinateSystemShell :
n : Vector3 -> Vector3[]
Parameters
- n
- Type: Karamba.GeometryVector3
Vector indicating the face normal.
Return Value
Type:
Vector3The shell's local coordinate system based on the given normal vector.
See Also