SPLINEBOOL_MODE

Detailed Description

Since
R17.032

Enumerations

enum class  SPLINEBOOL_MODE {
  AMINUSB ,
  BMINUSA ,
  UNION ,
  AND ,
  OR ,
  INTERSECTION
}
 

Functions

enum SPLINEBOOL_MODE MAXON_ENUM_LIST (SPLINEBOOL_MODE)
 

Enumeration Type Documentation

◆ SPLINEBOOL_MODE

enum SPLINEBOOL_MODE
strong
Enumerator
AMINUSB 

Subtract B from A.

BMINUSA 

Subtract A from B.

UNION 

Union of both A and B.

AND 

And intersection (overlap) of region of A and B.

OR 

Or intersection (outside of overlap) of region of A and B.

INTERSECTION 

Intersection (all segments inside and out) of region of A and B.

Function Documentation

◆ MAXON_ENUM_LIST()

enum SPLINEBOOL_MODE MAXON_ENUM_LIST ( SPLINEBOOL_MODE  )