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