Functions | |
HC_BOOLEAN | Show_Bounding_Sphere (HC_POINT *center, float *radius) |
HC_BOOLEAN | QShow_Bounding_Sphere (const char *segment, HC_POINT *center, float *radius) |
HC_BOOLEAN | Show_Bounding_Sphere_By_Key (HC_KEY key, HC_POINT *center, float *radius) |
HC_BOOLEAN Show_Bounding_Sphere | ( | HC_POINT * | center, | |
float * | radius | |||
) |
Returns the sphere used by HOOPS to circumscribe the geometry within a segment.
center | - The center position of a sphere that encompasses point the geometry contained within the segment. Returned to user. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained within the segment. |
HC_BOOLEAN QShow_Bounding_Sphere | ( | const char * | segment, | |
HC_POINT * | center, | |||
float * | radius | |||
) |
Similar to Show_Bounding_Sphere(), but operates on a given segment rather than the currently open one.
segment | - Segment name to use. | |
center | - The center position of a sphere that encompasses point the geometry contained within the segment. Returned to user. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained within the segment. |
HC_BOOLEAN Show_Bounding_Sphere_By_Key | ( | HC_KEY | key, | |
HC_POINT * | center, | |||
float * | radius | |||
) |
Similar to Show_Bounding_Sphere(), but operates on an object referenced by an HC_KEY.
key | - Key of the segment to use. | |
center | - The center position of a sphere that encompasses point the geometry contained within the segment. Returned to user. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained within the segment. |