#include <IGESSolid_SphericalSurface.hxx>
Inheritance diagram for IGESSolid_SphericalSurface:
Public Member Functions | |
Standard_EXPORT | IGESSolid_SphericalSurface () |
Standard_EXPORT void | Init (const Handle(IGESGeom_Point)&aCenter, const Standard_Real aRadius, const Handle(IGESGeom_Direction)&anAxis, const Handle(IGESGeom_Direction)&aRefdir) |
This method is used to set the fields of the class SphericalSurface - aCenter : the coordinates of the center point - aRadius : value of radius - anAxis : the direction of the axis Null in case of Unparametrised surface - aRefdir : the reference direction Null in case of Unparametrised surface . | |
Standard_EXPORT Handle_IGESGeom_Point | Center () const |
returns the center of the spherical surface | |
Standard_EXPORT gp_Pnt | TransformedCenter () const |
returns the center of the spherical surface after applying TransformationMatrix | |
Standard_EXPORT Standard_Real | Radius () const |
returns the radius of the spherical surface | |
Standard_EXPORT Handle_IGESGeom_Direction | Axis () const |
returns the direction of the axis (Parametrised surface) Null is returned if the surface is not parametrised | |
Standard_EXPORT Handle_IGESGeom_Direction | ReferenceDir () const |
returns the reference direction (Parametrised surface) Null is returned if the surface is not parametrised | |
Standard_EXPORT Standard_Boolean | IsParametrised () const |
Returns True if the surface is parametrised, else False . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IGESGeom_Point | theCenter |
Standard_Real | theRadius |
Handle_IGESGeom_Direction | theAxis |
Handle_IGESGeom_Direction | theRefDir |
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|