M_Rhino_Geometry_Collections_MeshNgonList_AddPlanarNgons - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.AddPlanarNgons Method (Double)

Add an ngon for each group of connected coplanar faces.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int AddPlanarNgons(
	double planarTolerance
)

VB

Public Function AddPlanarNgons ( 
	planarTolerance As Double
) As Integer

Parameters

 

planarTolerance
Type: System.Double
3d distance tolerance for coplanar test.

Return Value

Type: Int32
Number of ngons added to the mesh.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
AddPlanarNgons Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️