[vtkusers] vtkPolyData, ImplicitFunction, converstion
tkbprak3
tkbprak3 at fsg-ship.de
Tue Apr 19 08:59:29 EDT 2005
Hi vtkusers!
I am drawing an object with vtkPoints and vtkCellArray. Then I want to intersect this object with a box (function SetOperationTypeToUnion, class vtkImplicitBoolean) and I become an error, that the conversion of vtkPolyData to the type vtkImplicitFunction isn't posible:
vtkBox box
...
vtkPoints points
...
vtkCellArray polys
...
vtkPolyData rect
rect SetPoints points
rect SetLines polys
vtkImplicitFunction
impl AddFunction box
impl AddFunction rect (??? wrong type)
impl SetOperationTypeToIntersection
Hope, you can help me!
With best regards,
Corina Farcas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050419/57790488/attachment.htm>
More information about the vtkusers
mailing list