Click or drag to resize

IModelElementVisitorTVisitMembrane Method

Visit membrane.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
void VisitMembrane(
	ModelMembrane m,
	T arg
)

Parameters

m
Type: Karamba.ElementsModelMembrane
membrane to be visited.
arg
Type: T
Visitor argument.
See Also