AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
BOAlgoMacros.hpp File Reference

The basic enum classes used in boolean algorithm. More...

This graph shows which files directly or indirectly include this file:

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Enumerations

enum class  AMCAX::BOAlgoGlueType { AMCAX::GlueOff , AMCAX::GlueShift , AMCAX::GlueFull }
 The gluing operation is the option of the basic operations such as general fuse, splitting, boolean, section, operations. More...
 
enum class  AMCAX::BOAlgoOperation {
  AMCAX::Common , AMCAX::Fuse , AMCAX::Cut , AMCAX::Cut21 ,
  AMCAX::Section , AMCAX::Unknown
}
 Type of boolean operation. More...
 

Detailed Description

The basic enum classes used in boolean algorithm.

Some useful options used in boolean algorithm, including the type of gluing, the status, and the type of boolean operation.

This file is part of AMCAX kernel.