MeshLib
 
Loading...
Searching...
No Matches
MRMeshBoolean.h File Reference
#include "MRMeshFwd.h"

Go to the source code of this file.

Classes

struct  BooleanParameters
 optional parameters for boolean operations More...
 
struct  BooleanResult
 output of boolean operation More...
 
class  MeshBoolean
 

Enumerations

enum class  BooleanOperation {
  InsideA , InsideB , OutsideA , OutsideB ,
  Union , Intersection , DifferenceBA , DifferenceAB ,
  Count
}
 enumeration of all possible boolean operations More...
 

Enumeration Type Documentation

◆ BooleanOperation

enum class BooleanOperation
strong

enumeration of all possible boolean operations

Enumerator
InsideA 
InsideB 
OutsideA 
OutsideB 
Union 
Intersection 
DifferenceBA 
DifferenceAB 
Count