[vtkusers] (no subject)
    Bert VanSesamstraat 
    bertvansesamstraat at hotmail.com
       
    Fri Aug 16 10:22:37 EDT 2002
    
    
  
Dear all,
I want to visualize a tetraeder dataset.
For example by generating isosurfaces or by showing some slices.
To do this I want to convert the tetraeders to a gridded dataset:
vtkDelaunay3D del
    del SetInput profile
    del SetTolerance 0.01
    del SetAlpha 0.2
    del BoundingTriangulationOff
vtkStructuredGridSource imp
    imp SetInput [del GetOutput]
When I do this I get an error:
Error in startup script: invalid command name "vtkStructuredGridSource"
    while executing
"vtkStructuredGridSource imp"
Can some one help me.
Thanks Maurice
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
    
    
More information about the vtkusers
mailing list