Enum BooleanOperation
BooleanOperation enumeration
Mesh’s Boolean operation
public enum BooleanOperation
Values
Name | Value | Description |
---|---|---|
Add | 0 | Add two meshes and calculate the union of the inputs. |
Sub | 1 | Subtract one mesh from another mesh, calculate the difference of the inputs. |
Intersect | 2 | Calculate the intersection of two meshes. |
See Also
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D