Brief Index      Full Index      I.M. Reference

Open_Region


Functions

void Open_Region (int region)
void Close_Region (void)

Function Documentation

void Open_Region ( int  region  ) 

Prepares a defined shell region for modification.

Parameters:
region - arbitrary numeric identifier for a shell region

DETAILS

Open_Region() is analagous to Open_Segment() and makes a particular region within a shell ready for further work. The shell itself must already have been opened with a call to Open_Geometry() .

NOTES

RESTRICTIONS

See also:

void Close_Region ( void   ) 

Closes the session that began with an opening call to Open_Region().

DETAILS

No additional details. See Open_Region()

Main Index
Brief Index      Full Index      I.M. Functions