Package Volume :: Package Operators :: Module clip :: Class ClipMeshWithMask
[hide private]
[frames] | no frames]

Class ClipMeshWithMask

source code

Clip method of this class takes a mesh i.e. IndexedPolgons and selects all vertices which fall onto voxel witha true value in a mask grid. It returns a new IndexedPolygons geometry with the triangles for which 3 vertices are selected.

Instance Methods [hide private]
  __init__(self)
  clip(self, mesh, grid)

Method Details [hide private]

__init__(self)
(Constructor)

source code 
None

clip(self, mesh, grid)

source code 
None