#include <Convert_TorusToBSplineSurface.hxx>
Inheritance diagram for Convert_TorusToBSplineSurface:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Convert_TorusToBSplineSurface (const gp_Torus &T, const Standard_Real U1, const Standard_Real U2, const Standard_Real V1, const Standard_Real V2) |
The equivalent B-spline surface as the same orientation as the torus in the U and V parametric directions. Raised if U1 = U2 or U1 = U2 + 2.0 * Pi Raised if V1 = V2 or V1 = V2 + 2.0 * Pi . | |
Standard_EXPORT | Convert_TorusToBSplineSurface (const gp_Torus &T, const Standard_Real Param1, const Standard_Real Param2, const Standard_Boolean UTrim=Standard_True) |
The equivalent B-spline surface as the same orientation as the torus in the U and V parametric directions. Raised if Param1 = Param2 or Param1 = Param2 + 2.0 * Pi . | |
Standard_EXPORT | Convert_TorusToBSplineSurface (const gp_Torus &T) |
The equivalent B-spline surface as the same orientation as the torus in the U and V parametric directions. . |
|
|
|
|
|
|
|
Reimplemented from Convert_ElementarySurfaceToBSplineSurface. |
|
Reimplemented from Convert_ElementarySurfaceToBSplineSurface. |
|
Reimplemented from Convert_ElementarySurfaceToBSplineSurface. |