Open CASCADE Technology
6.5.4
|
Splits a surfaces of revolution, cylindrical, toroidal,
conical, spherical so that each resulting segment covers
not more than defined number of degrees.
#include <ShapeUpgrade_SplitSurfaceAngle.hxx>
Public Member Functions | |
ShapeUpgrade_SplitSurfaceAngle (const Standard_Real MaxAngle) | |
Empty constructor. | |
void | SetMaxAngle (const Standard_Real MaxAngle) |
Set maximal angle | |
Standard_Real | MaxAngle () const |
Returns maximal angle | |
virtual void | Compute (const Standard_Boolean Segment) |
Performs splitting of the supporting surface(s). First defines splitting values, then calls inherited method. |
virtual void ShapeUpgrade_SplitSurfaceAngle::Compute | ( | const Standard_Boolean | Segment | ) | [virtual] |
Reimplemented from ShapeUpgrade_SplitSurface.