[vtkusers] Filling contour with edge visibility on

Bill Lorensen bill.lorensen at gmail.com
Fri Jun 4 19:54:26 EDT 2010


Try,
cutter---->FeatureEdges------->Mapper

Bill

On Fri, Jun 4, 2010 at 5:29 PM, Jothy <jothybasu at gmail.com> wrote:
> No Bill, it doesn't show anything. My pipeline is
>
> cutter---->FeatureEdges------>Stripper------>Polydata------->TriangleFilter------->Mapper
>
> Anything wrong?
>
> I am setting all those edge on/off in featureEdges.
>
> Thanks,
>
> Jothy
>
>
> On Fri, Jun 4, 2010 at 10:07 PM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
>>
>> From the output of vtkCutter, insert vtkFeatureEdges with
>> BoundaryEdgesOn()
>> FeatureEdgesOff()
>> NonManifoldEdgesOff()
>> ManifoldEdgesOff()
>>
>>
>>
>> On Fri, Jun 4, 2010 at 4:16 PM, Jothy <jothybasu at gmail.com> wrote:
>> > Hi all,
>> >
>> > With the help of CapCow.tcl example I am able to fill the contour I got
>> > from
>> > vtkCutter. But, the problem is I am the edge to be visible, so I set
>> > edge
>> > visibility on, it makes all the triangle edges on. I want only the
>> > outline
>> > on.
>> >
>> > Any suggestions?
>> >
>> > Thanks,
>> >
>> > Jothy
>> >
>> > _______________________________________________
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Please keep messages on-topic and check the VTK FAQ at:
>> > http://www.vtk.org/Wiki/VTK_FAQ
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.vtk.org/mailman/listinfo/vtkusers
>> >
>> >
>
>



More information about the vtkusers mailing list