BrepFaceRebuildEdges Method |
Rebuild the edges used by a face so they lie on the surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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 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.
See Also