#include <ShapeUpgrade_ShapeDivideContinuity.hxx>
Inheritance diagram for ShapeUpgrade_ShapeDivideContinuity:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ShapeUpgrade_ShapeDivideContinuity () |
Standard_EXPORT | ShapeUpgrade_ShapeDivideContinuity (const TopoDS_Shape &S) |
Initialize by a Shape. . | |
Standard_EXPORT void | SetTolerance (const Standard_Real Tol) |
Sets tolerance. . | |
Standard_EXPORT void | SetTolerance2d (const Standard_Real Tol) |
Sets tolerance. . | |
Standard_EXPORT void | SetBoundaryCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1) |
Defines a criterion of continuity for the boundary (all the Wires) The possible values are C0, G1, C1, G2, C2, C3, CN The default is C1 to respect the Cas.Cade Shape Validity. G1 and G2 are not authorized. . | |
Standard_EXPORT void | SetPCurveCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1) |
Defines a criterion of continuity for the boundary (all the pcurves of Wires) The possible values are C0, G1, C1, G2, C2, C3, CN The default is C1 to respect the Cas.Cade Shape Validity. G1 and G2 are not authorized. . | |
Standard_EXPORT void | SetSurfaceCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1) |
Defines a criterion of continuity for the boundary (all the Wires) The possible values are C0, G1, C1, G2, C2, C3, CN The default is C1 to respect the Cas.Cade Shape Validity. G1 and G2 are not authorized. . | |
Protected Member Functions | |
virtual Standard_EXPORT Handle_ShapeUpgrade_FaceDivide | GetSplitFaceTool () const |
Returns the tool for dividing faces. . | |
Private Attributes | |
GeomAbs_Shape | myCurve3dCriterion |
GeomAbs_Shape | myCurve2dCriterion |
GeomAbs_Shape | mySurfaceCriterion |
Standard_Real | myTolerance3d |
Standard_Real | myTolerance2d |
|
|
|
|
|
Reimplemented from ShapeUpgrade_ShapeDivide. |
|
Reimplemented from ShapeUpgrade_ShapeDivide. |
|
Reimplemented from ShapeUpgrade_ShapeDivide. |
|
Reimplemented from ShapeUpgrade_ShapeDivide. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|