|
Public Member Functions |
| Standard_EXPORT | IGESGeom_SurfaceOfRevolution () |
| Standard_EXPORT void | Init (const Handle(IGESGeom_Line)&anAxis, const Handle(IGESData_IGESEntity)&aGeneratrix, const Standard_Real aStartAngle, const Standard_Real anEndAngle) |
| | This method is used to set the fields of the class Line
- anAxis : Axis of revolution
- aGeneratrix : The curve which is revolved about the axis
- aStartAngle : Start angle of the surface of revolution
- anEndAngle : End angle of the surface of revolution
.
|
| Standard_EXPORT Handle_IGESGeom_Line | AxisOfRevolution () const |
| | returns the axis of revolution
|
| Standard_EXPORT Handle_IGESData_IGESEntity | Generatrix () const |
| | returns the curve which is revolved about the axis
|
| Standard_EXPORT Standard_Real | StartAngle () const |
| | returns start angle of revolution
|
| Standard_EXPORT Standard_Real | EndAngle () const |
| | returns end angle of revolution
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_IGESGeom_Line | theLine |
| Handle_IGESData_IGESEntity | theGeneratrix |
| Standard_Real | theStartAngle |
| Standard_Real | theEndAngle |