|
ModelShellmeanDisp Method
|
calculate mean displacement of an element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector3 meanDisp(
TriShell3D tri_shell,
Model model
)
Public Function meanDisp (
tri_shell As TriShell3D,
model As Model
) As Vector3
public:
Vector3 meanDisp(
TriShell3D^ tri_shell,
Model^ model
)
member meanDisp :
tri_shell : TriShell3D *
model : Model -> Vector3
Parameters
- tri_shell
- Type: TriShell3D
[Missing <param name="tri_shell"/> documentation for "M:Karamba.Elements.ModelShell.meanDisp(feb.TriShell3D,Karamba.Models.Model)"]
- model
- Type: Karamba.ModelsModel
[Missing <param name="model"/> documentation for "M:Karamba.Elements.ModelShell.meanDisp(feb.TriShell3D,Karamba.Models.Model)"]
Return Value
Type:
Vector3[Missing <returns> documentation for "M:Karamba.Elements.ModelShell.meanDisp(feb.TriShell3D,Karamba.Models.Model)"]
See Also