RhinoCommon API
BrepFaceRebuildEdges Method |
Rebuild the edges used by a face so they lie on the surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool RebuildEdges( double tolerance, bool rebuildSharedEdges, bool rebuildVertices )
Public Function RebuildEdges ( tolerance As Double, rebuildSharedEdges As Boolean, rebuildVertices As Boolean ) As Boolean
Parameters
- tolerance
- Type: SystemDouble
tolerance for fitting 3d edge curves. - rebuildSharedEdges
- Type: SystemBoolean
if false and and edge is used by this face and a neighbor, then the edge will be skipped. - rebuildVertices
- Type: SystemBoolean
if true, vertex locations are updated to lie on the surface.
Return Value
Type: Booleantrue on success.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14