|
Mesh2PurelyInteriorPart Method
|
Get the interior vertices.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IMesh2 PurelyInteriorPart()
Public Function PurelyInteriorPart As IMesh2
public:
IMesh2^ PurelyInteriorPart()
member PurelyInteriorPart : unit -> IMesh2
Return Value
Type:
IMesh2The interior vertices of the mesh.
See Also