extract outline from unstructured grid

Will Schroeder will.schroeder at kitware.com
Wed Aug 25 09:34:44 EDT 1999


At 12:58 AM 8/25/99 -0700, Uwe Kroiss wrote:
>Hi VTK-users!
>
>I need to extract the outline (edges) of an 
>unstructured grid (mesh of tetrahedrons). 
>Is there an easy way of doing that?
>
>
>TIA 

Try this:

GeometryFilter -> FeatureEdges -> PolyDataMapper -> Actor
(for feature, boundary, and/or non-manifold edges)

or

GeometryFilter -> ExtractEdges -> PolyDataMapper -> Actor (for all edges)

Will


-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------





More information about the vtkusers mailing list