Functions
Open_Region

Functions

void Open_Region (int region)
 Prepares a defined shell region for modification. More...
 
void Close_Region (void)
 Closes the session that began with an opening call to Open_Region(). More...
 

Detailed Description

Function Documentation

void Close_Region ( void  )

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

DETAILS

No additional details. See Open_Region()

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