[vtkusers] Subdivide selected Cell IDs of Polydata Surface

bberkowi benjamin-berkowitz at uiowa.edu
Mon Jun 4 16:43:11 EDT 2012


Hi,

I have a vtkIdList of cells from a triangular surface mesh that I would like
to subdivide using one of the pre-existing subdivision algorithms in vtk
(either linear, butterfly, or loop).

Is there a way to selectively subdivide cells given a vtkIdList, or would it
be easier to separate the surface into two surfaces, perform subdivision on
one, and then merge the two?  Has anyone ever done anything like this?

I'm doing this because I want to selectively subdivide elements that are
excessively skewed from application of a convex hull without significantly
increasing computation time by subdividing all cells.  I also don't want to
re-mesh because this will change my geometry.

Thanks,
Ben

--
View this message in context: http://vtk.1045678.n5.nabble.com/Subdivide-selected-Cell-IDs-of-Polydata-Surface-tp5713579.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list