CSGType Enumeration |
Namespace: Demo3D.CSG
public enum CSGType
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not perform any operation | |
| Union | 1 | Combine the volumes of the owner and the referenced visual. | |
| Subtract | 2 | Subtract the volume of the referenced visual from the owner | |
| Intersect | 3 | Remove the volume of the owner that is not also part of the volume of the referenced visual. |