|
Public Member Functions |
| Standard_EXPORT | IGESSolid_Sphere () |
| Standard_EXPORT void | Init (const Standard_Real aRadius, const gp_XYZ &aCenter) |
| | This method is used to set the fields of the class Sphere
- aRadius : the radius of the sphere
- aCenter : the center point coordinates (default (0,0,0))
.
|
| Standard_EXPORT Standard_Real | Radius () const |
| | returns the radius of the sphere
|
| Standard_EXPORT gp_Pnt | Center () const |
| | returns the center of the sphere
|
| Standard_EXPORT gp_Pnt | TransformedCenter () const |
| | returns the center of the sphere after applying
TransformationMatrix
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Standard_Real | theRadius |
| gp_XYZ | theCenter |