<<<<<<<<<<<<<<<<<

tagus(11/7/90) tagus(11/7/90)

NAME

tagus - VISAGE geometry data for NURBS

DESCRIPTION

The tagus object represents geometry as a collection of Non-Uniform Rational B-Splines (NURBS).

Currently not implemented.

SUPERCLASS

visage_data

INSTANCE VARIABLES

bbox bounding box of the unstructured grid. Specified by two triplets: the minimum and maximum corners of the box.

bounds similar to the bounding box, specifies the box within which data is visible.

center the center of the bounding box.

length the length of the bounding box from the minimum point to the maximum, i.e., length along the diagonal.

MESSAGES

bbox= (xmin,ymin,zmin, xmax,ymax,zmax) Set the bounding box.

bbox? Get the bounding box.

bounds= (xmin,ymin,zmin, xmax,ymax,zmax) Set the box within which data is visible.

bounds? Get the visible bounds of the data.

center= (x,y,z) Set the center of the data.

center? Get the center of the data.

compute_bbox! Compute the bounding box for the data.

compute_center! Compute the center of the bounding box.

compute_bbox! Compute the length of the bounding box.

compute_properties! Compute the properties for this data (bounding box, center, length).

EXAMPLE

SEE ALSO


Please send comments and suggestions to
consult@rpi.edu