[vtkusers] ClipClosedSurface
David Gobbi
david.gobbi at gmail.com
Fri Sep 2 07:39:38 EDT 2011
Hi Laurent,
ClipClosedSurface requires its input to be fully connected. If a mesh
is not properly connected, you can sometimes build the connections
with vtkCleanPolyData.
You can test the connectivity of a mesh with vtkFeatureEdges: a closed
and fully connected surface will have no BoundaryEdges and no
NonManifoldEdges.
- David
On Fri, Sep 2, 2011 at 4:18 AM, Laurent <l.paul at uclouvain.be> wrote:
> Hi David, Hi all,
>
> I have met an issue using ClipClosedSurface.
> I need to compute areas from cut meshes. The meshes are cut by a plane, and
> I want to compute the clipped areas. ClipCLosedSurface works well on the
> original meshes, perfect. The issue is when I want to compute the common
> surface from two meshes.
> I have computed the intersection between both meshes, and I have applied
> ClipClosedSurface using the same plane. The generated surface is not
> correct. The generation stops at the junction between mesh1 and mesh2, but I
> don't know why.
> I have looked at the wiki page and found some problems to be solved in the
> future. Do you think it is related?
>
> Thanks,
> Laurent.
More information about the vtkusers
mailing list