Enum PolygonMesh.DissolveRemoveVertexCondition ​
Namespace: ValveResourceFormat.IO.ContentFormats.HalfEdgeMesh
Assembly: ValveResourceFormat.dll
The condition under which removes the vertices left at the ends of dissolved edges.
csharp
public enum PolygonMesh.DissolveRemoveVertexConditionFields ​
None = 0
Never remove vertices.
Colinear = 1
Remove vertices with only 2 edges attached that are colinear.
InteriorOrColinear = 2
Remove vertices with only 2 edges attached that are interior edges (not open) or are colinear.
All = 3
Remove all vertices with only 2 edges attached.

