Brief Index      Full Index      Events Index      I.M. Reference

Open_Trim

Functions

void Open_Trim (int offset)
void Close_Trim (void)

Function Documentation

void Open_Trim ( int  offset)

Readies an item on the trim list for editing or querying.

Parameters:
offset- The offset within the array of trims for the trim object to be opened.

DETAILS

The currently open item must be Open_Geometry() on a NURBS Surface. Offsets are ordered in reverse order of insertion. In other words, the most recently created trim object has offset 0. This function is primarily intended to be used with trim collections (see Create_Trim_Collection() ), which concatonate what would otherwise be independent trim objects into a single closed loop.

Every call to Open_Trim() should be matched with a call to Close_Trim() .

NOTES

RESTRICTIONS

See also:
Delete_Trim, Create_Trim_Collection, Open_Geometry, Trim_NURBS_Surface_By_Curve, Trim_NURBS_Surface_By_Poly, Show_Trim_Count, Show_Trim_Type
void Close_Trim ( void  )

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

DETAILS

No additional details. See Open_Trim()

Brief Index      Full Index      Events Index      I.M. Reference