SHAPER
9.13.0
|
Public Member Functions | |
void | SetCenter (const gp_Pnt &theP) |
const gp_Pnt & | Center () const |
void | SetRadius (const Standard_Real theR) |
Standard_Real | Radius () const |
void | SetGap (const Standard_Real theGap) |
Standard_Real | Gap () const |
void | Add (const GEOMAlgo_BndSphere &theOther) |
GEOMALGOIMPL_EXPORT Standard_Boolean | IsOut (const GEOMAlgo_BndSphere &theOther) const |
Standard_Real | SquareExtent () const |
Protected Attributes | |
gp_Pnt | myCenter |
Standard_Real | myRadius |
Standard_Real | myGap |