Click or drag to resize

ModelElementlocalCoSys Method (Element)

create local coo-sys of undeformed element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Vector3[] localCoSys(
	Element elem
)

Parameters

elem
Type: Element
feb-element.

Return Value

Type: Vector3
array with local coordinate axes in global coordinate system.
See Also