Skip to content

M_Rhino_Geometry_BrepFace_RebuildEdges

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BrepFace.RebuildEdges Method

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

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

Syntax

C#

public bool RebuildEdges(
	double tolerance,
	bool rebuildSharedEdges,
	bool rebuildVertices
)

VB

Public Function RebuildEdges ( 
	tolerance As Double,
	rebuildSharedEdges As Boolean,
	rebuildVertices As Boolean
) As Boolean

Parameters

 

tolerance
Type: System.Double
tolerance for fitting 3d edge curves.
rebuildSharedEdges
Type: System.Boolean
if false and and edge is used by this face and a neighbor, then the edge will be skipped.
rebuildVertices
Type: System.Boolean
if true, vertex locations are updated to lie on the surface.

Return Value

Type: Boolean
true on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

Clone this wiki locally