|
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)
Syntaxpublic void dispLocalCoordinateSystem(
TriShell3D tri_shell,
out CooSys coosys,
out Point3 origin,
Model model
)
Public Sub dispLocalCoordinateSystem (
tri_shell As TriShell3D,
<OutAttribute> ByRef coosys As CooSys,
<OutAttribute> ByRef origin As Point3,
model As Model
)
public:
void dispLocalCoordinateSystem(
TriShell3D^ tri_shell,
[OutAttribute] CooSys^% coosys,
[OutAttribute] Point3% origin,
Model^ model
)
member dispLocalCoordinateSystem :
tri_shell : TriShell3D *
coosys : CooSys byref *
origin : Point3 byref *
model : Model -> unit
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