Click or drag to resize

ModelShelldispLocalCoordinateSystem Method

return displaced local coordinate system and its origin

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

Parameters

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