[vtkusers] Cuts of Unstructured Grid.
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Sun Oct 29 01:18:31 EST 2000
hi,
>>>>> "Davies" == D M P Davies <dmpd at mcmail.com> writes:
Davies> Help - you pipeline gurus, I'm a set of cutters (planes
Davies> ,cylinders and conics) cutting an unstructured grid.
Davies> I would like to rotate the grid keeping the cutter set
Davies> in the camera (varying depth) position.
Davies> Has anybody got any good ideas of what to put in the
Davies> pipeline??
Wouldn't it be easier to change the cutter settings? Just
create a transformation matrix and do
cut_obj->SetTransform(vtk_transform_obj)
To rotate all the cutters just use the same transform object
for all of the cutters and then do whatever you want to the
transformation.
prabhu
More information about the vtkusers
mailing list