|
ModelMembranemesh Property
|
Gets the mesh which underlies the membrane.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IMesh mesh { get; }
Public ReadOnly Property mesh As IMesh
Get
public:
property IMesh^ mesh {
IMesh^ get ();
}
member mesh : IMesh with get
Property Value
Type:
IMesh
See Also