Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
ChFi3d_FilletShape.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

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

Enumeration Type Documentation

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