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
extent
the i,j,k minimums and maximums.
MESSAGES
extent=
sets the extent
extent?
returns the extent
structure_grid_set:
is called by generate_data to create the display_data.
EXAMPLE
grid_geometry new: case1_geo
data_in=case1_gridset01
extent=(15,15,1,18,1,16)
generate_data!;
surface new:surf
data_in=[case1_geo data_out?];
actor new: act
modeller=surf;
SEE ALSO
byu
Please send comments and suggestions toconsult@rpi.edu