|
ShellsLocalCrossSectionForcesVisitSurface Method
|
Visit a surface element - membrane or shell.
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void VisitSurface(
ModelMembrane surf
)
Protected Sub VisitSurface (
surf As ModelMembrane
)
protected:
void VisitSurface(
ModelMembrane^ surf
)
member VisitSurface :
surf : ModelMembrane -> unit
Parameters
- surf
- Type: Karamba.ElementsModelMembrane
Membrane or shell element.
See Also