M_Rhino_Geometry_Brep_RebuildTrimsForV2 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.RebuildTrimsForV2 Method

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) Version: Rhino 6.0

Syntax

C#

public void RebuildTrimsForV2(
	BrepFace face,
	NurbsSurface nurbsSurface
)

VB

Public Sub RebuildTrimsForV2 ( 
	face As BrepFace,
	nurbsSurface As 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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️