API Reference > OdIfc Namespace > Structs, Records, Enums > OdIfc::IfcBooleanOperator Enumeration
OdIfc::IfcBooleanOperator Enumeration
Syntax
C++
enum IfcBooleanOperator { kIfcBooleanOperator_UNION, kIfcBooleanOperator_INTERSECTION, kIfcBooleanOperator_DIFFERENCE };

IfcModelerGeometry.h

Members 
Description 
kIfcBooleanOperator_UNION 
Union operator. 
kIfcBooleanOperator_INTERSECTION 
Intersection operator. 
kIfcBooleanOperator_DIFFERENCE 
Difference operator. 

Defines supported boolean operations.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.