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
    ChFi2d_ConstructionError.hxx File Reference

    Enumerations

    enum  ChFi2d_ConstructionError {
      ChFi2d_NotPlanar , ChFi2d_NoFace , ChFi2d_InitialisationError , ChFi2d_ParametersError ,
      ChFi2d_Ready , ChFi2d_IsDone , ChFi2d_ComputationError , ChFi2d_ConnexionError ,
      ChFi2d_TangencyError , ChFi2d_FirstEdgeDegenerated , ChFi2d_LastEdgeDegenerated , ChFi2d_BothEdgesDegenerated ,
      ChFi2d_NotAuthorized
    }
     Error that can occur during the fillet construction on planar wire. More...

    Enumeration Type Documentation

    ◆ ChFi2d_ConstructionError

    Error that can occur during the fillet construction on planar wire.

    Enumerator
    ChFi2d_NotPlanar 

    the face is not planar

    ChFi2d_NoFace 

    the face is null

    ChFi2d_InitialisationError 

    the two faces used for the initialisation are uncompatible

    ChFi2d_ParametersError 

    the parameters as distances or angle for chamfer are less or equal to zero

    ChFi2d_Ready 

    the initialization has been successful

    ChFi2d_IsDone 
    ChFi2d_ComputationError 

    the algorithm could not find a solution

    ChFi2d_ConnexionError 

    the vertex given to locate the fillet or the chamfer is not connected to 2 edges

    ChFi2d_TangencyError 

    the two edges connected to the vertex are tangent

    ChFi2d_FirstEdgeDegenerated 

    the first edge is degenerated

    ChFi2d_LastEdgeDegenerated 

    the last edge is degenerated

    ChFi2d_BothEdgesDegenerated 

    the two edges are degenerated

    ChFi2d_NotAuthorized 

    One or the two edges connected to the vertex is a fillet or a chamfer; One or the two edges connected to the vertex is not a line or a circle.