BooleanTypes Enumerator
Description
Defines the different type of boolean operations that are supported.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
DifferenceBooleanType | 0 | Subtracts the tool body from the target body. |
IntersectionBooleanType | 1 | Intersection the tool body with the target body. |
UnionBooleanType | 2 | Unions the tool body with the target body. |