M_Rhino_Geometry_Curve_HasNurbsForm - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.HasNurbsForm Method

Does a NURBS curve representation of this curve exist?

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int HasNurbsForm()

VB

Public Function HasNurbsForm As Integer

Return Value

Type: Int32
0 unable to create NURBS representation with desired accuracy. 1 success - NURBS parameterization matches the curve's to the desired accuracy 2 success - NURBS point locus matches the curve's and the domain of the NURBS curve is correct. However, This curve's parameterization and the NURBS curve parameterization may not match. This situation happens when getting NURBS representations of curves that have a transendental parameterization like circles.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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