OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    ShapeUpgrade_ShapeDivideContinuity Class Reference

    API Tool for converting shapes with C0 geometry into C1 ones. More...

    #include <ShapeUpgrade_ShapeDivideContinuity.hxx>

    Inheritance diagram for ShapeUpgrade_ShapeDivideContinuity:

    Public Member Functions

     ShapeUpgrade_ShapeDivideContinuity ()
     ShapeUpgrade_ShapeDivideContinuity (const TopoDS_Shape &S)
     Initialize by a Shape.
    void SetTolerance (const double Tol)
     Sets tolerance.
    void SetTolerance2d (const double Tol)
     Sets tolerance.
    void SetBoundaryCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1)
     Defines a criterion of continuity for the boundary (all the Wires).
    void SetPCurveCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1)
     Defines a criterion of continuity for the boundary (all the pcurves of Wires).
    void SetSurfaceCriterion (const GeomAbs_Shape Criterion=GeomAbs_C1)
     Defines a criterion of continuity for the boundary (all the Wires).
    Public Member Functions inherited from ShapeUpgrade_ShapeDivide
     ShapeUpgrade_ShapeDivide ()
     ShapeUpgrade_ShapeDivide (const TopoDS_Shape &S)
     Initialize by a Shape.
    void Init (const TopoDS_Shape &S)
     Initialize by a Shape.
    virtual ~ShapeUpgrade_ShapeDivide ()
    void SetPrecision (const double Prec)
     Defines the spatial precision used for splitting.
    void SetMaxTolerance (const double maxtol)
     Sets maximal allowed tolerance.
    void SetMinTolerance (const double mintol)
     Sets minimal allowed tolerance.
    void SetSurfaceSegmentMode (const bool Segment)
     Purpose sets mode for trimming (segment) surface by wire UV bounds.
    virtual bool Perform (const bool newContext=true)
     Performs splitting and computes the resulting shape If newContext is True (default), the internal context will be cleared at start, else previous substitutions will be acting.
    TopoDS_Shape Result () const
     Gives the resulting Shape, or Null shape if not done.
    occ::handle< ShapeBuild_ReShapeGetContext () const
     Returns context with all the modifications made during last call(s) to Perform() recorded.
    void SetContext (const occ::handle< ShapeBuild_ReShape > &context)
     Sets context with recorded modifications to be applied during next call(s) to Perform(shape,false).
    virtual void SetMsgRegistrator (const occ::handle< ShapeExtend_BasicMsgRegistrator > &msgreg)
     Sets message registrator.
    occ::handle< ShapeExtend_BasicMsgRegistratorMsgRegistrator () const
     Returns message registrator.
    void SendMsg (const TopoDS_Shape &shape, const Message_Msg &messagemessage, const Message_Gravity gravity=Message_Info) const
     Sends a message to be attached to the shape. Calls corresponding message of message registrator.
    bool Status (const ShapeExtend_Status status) const
     Queries the status of last call to Perform OK : no splitting was done (or no call to Perform) DONE1: some edges were split DONE2: surface was split FAIL1: some errors occurred.
    void SetSplitFaceTool (const occ::handle< ShapeUpgrade_FaceDivide > &splitFaceTool)
     Sets the tool for splitting faces.
    void SetEdgeMode (const int aEdgeMode)
     Sets mode for splitting 3d curves from edges. 0 - only curve 3d from free edges. 1 - only curve 3d from shared edges. 2 - all curve 3d.

    Protected Member Functions

    occ::handle< ShapeUpgrade_FaceDivideGetSplitFaceTool () const override
     Returns the tool for dividing faces.
    Protected Member Functions inherited from ShapeUpgrade_ShapeDivide
    virtual Message_Msg GetFaceMsg () const
    virtual Message_Msg GetWireMsg () const
    virtual Message_Msg GetEdgeMsg () const
     Returns a message describing modification of a shape.

    Additional Inherited Members

    Protected Attributes inherited from ShapeUpgrade_ShapeDivide
    occ::handle< ShapeBuild_ReShapemyContext
    occ::handle< ShapeExtend_BasicMsgRegistratormyMsgReg
    TopoDS_Shape myShape
    TopoDS_Shape myResult
    double myPrecision
    double myMinTol
    double myMaxTol
    bool mySegmentMode
    int myStatus
    int myEdgeMode

    Detailed Description

    API Tool for converting shapes with C0 geometry into C1 ones.

    Constructor & Destructor Documentation

    ◆ ShapeUpgrade_ShapeDivideContinuity() [1/2]

    ShapeUpgrade_ShapeDivideContinuity::ShapeUpgrade_ShapeDivideContinuity ( )

    ◆ ShapeUpgrade_ShapeDivideContinuity() [2/2]

    ShapeUpgrade_ShapeDivideContinuity::ShapeUpgrade_ShapeDivideContinuity ( const TopoDS_Shape & S)

    Initialize by a Shape.

    Member Function Documentation

    ◆ GetSplitFaceTool()

    occ::handle< ShapeUpgrade_FaceDivide > ShapeUpgrade_ShapeDivideContinuity::GetSplitFaceTool ( ) const
    overrideprotectedvirtual

    Returns the tool for dividing faces.

    Reimplemented from ShapeUpgrade_ShapeDivide.

    ◆ SetBoundaryCriterion()

    void ShapeUpgrade_ShapeDivideContinuity::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.

    ◆ SetPCurveCriterion()

    void ShapeUpgrade_ShapeDivideContinuity::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.

    ◆ SetSurfaceCriterion()

    void ShapeUpgrade_ShapeDivideContinuity::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.

    ◆ SetTolerance()

    void ShapeUpgrade_ShapeDivideContinuity::SetTolerance ( const double Tol)

    Sets tolerance.

    ◆ SetTolerance2d()

    void ShapeUpgrade_ShapeDivideContinuity::SetTolerance2d ( const double Tol)

    Sets tolerance.


    The documentation for this class was generated from the following file: