M_Rhino_Geometry_BrepFace_RebuildEdges - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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.
Type: Boolean
true on success.
Supported in: 6.0.16224.21491, 5D58w