Functions | |
| void | Show_Bounding_Info (char *list) |
| void | QShow_Bounding_Info (const char *segment, char *list) |
| void | Show_Bounding_Info_By_Key (HC_KEY key, char *list) |
| void Show_Bounding_Info | ( | char * | list | ) |
Identifies which type of bounding volume HOOPS is using to circumscribe geometry.
| list | - Description of the volume in use by HOOPS to encompass the geometry contained within the current segment. Returned to user. Passed by reference in all languages. |
| void QShow_Bounding_Info | ( | const char * | segment, | |
| char * | list | |||
| ) |
Similar to Show_Bounding_Info(), but operates on a given segment rather than the currently open one.
| segment | - Segment name to use. | |
| list | - Description of the volume in use by HOOPS to encompass the geometry contained within the current segment. Returned to user. Passed by reference in all languages. |
| void Show_Bounding_Info_By_Key | ( | HC_KEY | key, | |
| char * | list | |||
| ) |
Similar to Show_Bounding_Info(), but operates on an object referenced by an HC_KEY.
| key | - Key of the segment to use. | |
| list | - Description of the volume in use by HOOPS to encompass the geometry contained within the current segment. Returned to user. Passed by reference in all languages. |