Functions | |
void | Set_Bounding_Sphere (const HC_POINT *center, double radius) |
void | DSet_Bounding_Sphere (const HC_DPOINT *center, double radius) |
void | Set_Bounding_Sphere_By_Key (HC_KEY key, const HC_POINT *center, double radius) |
void Set_Bounding_Sphere | ( | const HC_POINT * | center, | |
double | radius | |||
) |
Specifies the sphere used by HOOPS to circumscribe the geometry within a segment.
center | - The center position of a sphere that point encompasses the geometry contained with the segment. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained with the segment. |
void DSet_Bounding_Sphere | ( | const HC_DPOINT * | center, | |
double | radius | |||
) |
Similar to Set_Bounding_Sphere(), but operates on double-precision data.
center | - The center position of a sphere that point encompasses the geometry contained with the segment. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained with the segment. |
void Set_Bounding_Sphere_By_Key | ( | HC_KEY | key, | |
const HC_POINT * | center, | |||
double | radius | |||
) |
Similar to Set_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 point encompasses the geometry contained with the segment. Passed by reference in all languages. | |
radius | - The radius length of a sphere that encompasses the geometry contained with the segment. |