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

    Enumerations

    enum  ChFi3d_FilletShape { ChFi3d_Rational , ChFi3d_QuasiAngular , ChFi3d_Polynomial }
     Lists the types of fillet shapes. These include the following: More...

    Enumeration Type Documentation

    ◆ ChFi3d_FilletShape

    Lists the types of fillet shapes. These include the following:

    • ChFi3d_Rational (default value), which is the standard NURBS representation of circles,
    • ChFi3d_QuasiAngular, which is a NURBS representation of circles where the parameters match those of the circle,
    • ChFi3d_Polynomial, which corresponds to a polynomial approximation of circles. This type facilitates the implementation of the construction algorithm.
    Enumerator
    ChFi3d_Rational 
    ChFi3d_QuasiAngular 
    ChFi3d_Polynomial