Click or drag to resize

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)
Since: 6.0
Syntax
public static bool MakeCompatible(
	Surface surface0,
	Surface surface1,
	out NurbsSurface nurb0,
	out NurbsSurface nurb1
)

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 successful, false on failure.
See Also