Enumeration: CompoundBlockVolumeAction
The Action enum determines how the CompoundBlockVolume considers the associated CompoundBlockVolumeItem when performing inside/outside calculations.
Enumeration Members
Add
Beta
Add:
0
Remarks
The associated BlockVolume is considered a positive space, and any intersection tests are considered hits
Subtract
Beta
Subtract:
1
Remarks
The associated BlockVolume is considered a negative or void
space, and any intersection tests are considered misses.
Using the Subtract action, it is possible to punch holes
in block volumes so that any intersection tests may pass
through such spaces