RhinoCommon API
MeshFaceListRemoveZeroAreaFaces Method |
Deletes or fixes mesh faces that have zero area.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public int RemoveZeroAreaFaces( ref int fixedFaceCount )
Public Function RemoveZeroAreaFaces ( ByRef fixedFaceCount As Integer ) As Integer
Parameters
- fixedFaceCount
- Type: SystemInt32
Number of fixed partially degenerate faces.
Return Value
Type: Int32Number of removed wholly degenerate faces.
