BrepFace.RebuildEdges Method

BrepFaceRebuildEdges Method

Rebuild the edges used by a face so they lie on the surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Boolean
true on success.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also