NurbsSurface.MakeCompatible Method

NurbsSurfaceMakeCompatible Method

For expert use only. Makes a pair of compatible NURBS surfaces based on two input surfaces.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool MakeCompatible(
	Surface surface0,
	Surface surface1,
	out NurbsSurface nurb0,
	out NurbsSurface nurb1
)
Public Shared Function MakeCompatible ( 
	surface0 As Surface,
	surface1 As Surface,
	<OutAttribute> ByRef nurb0 As NurbsSurface,
	<OutAttribute> ByRef nurb1 As NurbsSurface
) As Boolean

Parameters

surface0
Type: Rhino.GeometrySurface
The first surface.
surface1
Type: Rhino.GeometrySurface
The second surface.
nurb0
Type: Rhino.GeometryNurbsSurface
The first output NURBS surface.
nurb1
Type: Rhino.GeometryNurbsSurface
The second output NURBS surface.

Return Value

Type: Boolean
true if successsful, false on failure.
Version Information

Rhino for Windows

Supported in: 6.8
See Also