[vtkusers] cellClipping for vtkGeometryFilter
Marc Niethammer
marcn at ece.gatech.edu
Thu Jan 3 13:32:19 EST 2002
Hi,
I am trying to prevent the GeometryFilter from converting
individual cells by using SetCellClipping cellID.
However, the following code seems to have no effect at all.
(sPts are vtkStructuredPoints here).
vtkGeometryFilter gf
gf SetCellClipping 0
gf CellClippingOn
gf SetInput sPts
Does anybody have an idea what that is?
(Did I misunderstand the meaning of SetCellClipping?)
Thanks.
-- Marc
More information about the vtkusers
mailing list