枚举 CompoundBlockVolumeAction实验性

The Action enum determines how the CompoundBlockVolume considers the associated CompoundBlockVolumeItem when performing inside/outside calculations.

枚举成员

枚举成员

Add

The associated BlockVolume is considered a positive space, and any intersection tests are considered hits

Subtract

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