|
ModelElementlocalCoSys Method (PointState)
|
create local coo-sys of deformed element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector3[] localCoSys(
PointState state
)
Public Function localCoSys (
state As PointState
) As Vector3()
public:
array<Vector3>^ localCoSys(
PointState^ state
)
member localCoSys :
state : PointState -> Vector3[]
Parameters
- state
- Type: PointState
deformation state of feb-element
Return Value
Type:
Vector3array with local coordinate axes in global coordinate system
See Also