grid_geometry(lymb) LYMB grid_geometry(lymb)
NAME
grid_geometry - computed feature that creates surface
information
DESCRIPTION
grid_geometry takes a visage data set and creates a surface at a given position. It also stores normal, vector
and scalar information.
SUPERCLASS
modeller
INSTANCE VARIABLES
mcubes
the instance of marching cubes (not used by the
user)
value
the value of the iso_surface
MESSAGES
value=(argument)
sets the value
value? returns the value
value+(argument)
increments value by the amount argument.
structure_grid_set:
is called by generate_data to create the display_data.
EXAMPLE
iso_surface new:case1_iso
data_in=case1_gridset01
value=.011
generate_data!;
surface new:surf
data_in=[case1_iso data_out?];
actor new: act
modeller=surf;
SEE ALSO
byu
Please send comments and suggestions toconsult@rpi.edu