|
Open CASCADE Technology
6.5.4
|
#include <StepShape_Sphere.hxx>

Public Member Functions | |
| StepShape_Sphere () | |
| Returns a Sphere | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Standard_Real aRadius, const Handle< StepGeom_Point > &aCentre) |
| void | SetRadius (const Standard_Real aRadius) |
| Standard_Real | Radius () const |
| void | SetCentre (const Handle< StepGeom_Point > &aCentre) |
| Handle_StepGeom_Point | Centre () const |
| Handle_StepGeom_Point StepShape_Sphere::Centre | ( | ) | const |
| virtual void StepShape_Sphere::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
| virtual void StepShape_Sphere::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Standard_Real | aRadius, | ||
| const Handle< StepGeom_Point > & | aCentre | ||
| ) | [virtual] |
| Standard_Real StepShape_Sphere::Radius | ( | ) | const |
| void StepShape_Sphere::SetCentre | ( | const Handle< StepGeom_Point > & | aCentre | ) |
| void StepShape_Sphere::SetRadius | ( | const Standard_Real | aRadius | ) |
1.8.0