MeshClipOperation Enumeration
Specifies the clip operations that GeometryClipper can perform on meshes.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum MeshClipOperationValues
| Value name | Value | Description | 
|---|---|---|
| Intersection | 0 | Only the parts of the mesh that are inside the clip rectangle are kept, other parts are clipped away. | 
Remarks
For more details, see GeometryClipper.ClipMesh.
Platforms
Windows, Linux, Android