MeshClipOperation Enumeration
Specifies the clip operations that GeometryClipper can perform on meshes.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum MeshClipOperation
Values
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