Click or drag to resize

ModelMembranedispLocalCoordinateSystem Method

return displaced local coordinate system and its origin.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void dispLocalCoordinateSystem(
	TriMembrane3D tri_membrane,
	out CooSys coosys,
	out Point3 origin,
	Model model
)

Parameters

tri_membrane
Type: TriMembrane3D
feb-shell-element for which to retrieve the local coordinate system in the displaced state.
coosys
Type: CooSys
displaced coordinate system.
origin
Type: Karamba.GeometryPoint3
origin of displaced coordinate system.
model
Type: Karamba.ModelsModel
model which contains the shell element.
See Also