|
ElementDisplacedGeometryVisitorVisitSurface Method
|
Visits the given surface element.
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void VisitSurface(
ModelMembrane shell
)
Protected Sub VisitSurface (
shell As ModelMembrane
)
protected:
void VisitSurface(
ModelMembrane^ shell
)
member VisitSurface :
shell : ModelMembrane -> unit
Parameters
- shell
- Type: Karamba.ElementsModelMembrane
Element to visit.
See Also