[vtkusers] vtkActor->SetBounds(double[])

Najzero adrian.gabriel at 4plus.de
Mon Aug 27 04:51:17 EDT 2012


That is because, the bounds generetic represent the "size" of an object.
Setting its boundingbox thus would need to manipulate the object to match
it's new bounds.

That would be quite a huge task for the setBounds() function...

You can always use the vtkBoundingBox class and manipulate that
http://www.vtk.org/doc/nightly/html/classvtkBoundingBox.html#details

but I believe that is not what you want to do...

KR Adrian



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkActor-SetBounds-double-tp5715558p5715559.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list