Functions | |
void | Close_Region (void) |
Closes the session that began with an opening call to Open_Region(). More... | |
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().
No additional details. See Open_Region()
void Open_Region | ( | int | region | ) |
Prepares a defined shell region for modification.
region | - arbitrary numeric identifier for a shell region |
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() .