Skip to content

Brep.RebuildTrimsForV2

Public Class

No support is available for this function.

Expert user function used by MakeValidForV2 to convert trim curves from one surface to its NURBS form. After calling this function, you need to change the surface of the face to a NurbsSurface.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public void RebuildTrimsForV2(
BrepFace face,
NurbsSurface nurbsSurface
)

Parameters

face

Type: Rhino.Geometry.BrepFace
Face whose underlying surface has a parameterization that is different from its NURBS form.

nurbsSurface

Type: Rhino.Geometry.NurbsSurface
NURBS form of the face’s underlying surface.

Remarks

Don’t call this function unless you know exactly what you are doing.