<html>
<font face="Courier, Courier">VTK Gurus:<br><br>
I'm writing a visualization application for CAD models. The models are
composed of triangular facets and organized into "big" parts
and "small parts".<br><br>
loop big parts<br>
loop small parts<br>
data<br>
end loop<br>
end loop<br><br>
My first cut at the program lumped all the data into one vtkActor.
However, I'd like to make the program more modular, so that components
can be shown selectively. Is vtkActorCollection the way to go?<br><br>
Thanks in advance,<br>
Scott</font></html>