Operators Class | 
Namespace: Demo3D.CSG
public static class Operators
The Operators type exposes the following members.
| Name | Description | |
|---|---|---|
| Commit | 
            Commit previous CSG operations, creating a new mesh.
            This operation cannot be undone.
              | |
| Intersect | 
            Remove the volume of one mesh that is not also part of the volume of the other mesh.
              | |
| Subtract | 
            Subtract the volume of one mesh from another.
              | |
| Union | 
            Combine the volumes of 2 meshes.
              |