Open CASCADE Technology 6.6.0
|
#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 |
StepShape_Sphere::StepShape_Sphere | ( | ) |
Handle_StepGeom_Point StepShape_Sphere::Centre | ( | ) | const |
virtual void StepShape_Sphere::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Standard_Real | aRadius, | ||
const Handle< StepGeom_Point > & | aCentre | ||
) | [virtual] |
virtual void StepShape_Sphere::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
Standard_Real StepShape_Sphere::Radius | ( | ) | const |
void StepShape_Sphere::SetCentre | ( | const Handle< StepGeom_Point > & | aCentre | ) |
void StepShape_Sphere::SetRadius | ( | const Standard_Real | aRadius | ) |