Click or drag to resize

ConeToNurbsSurface Method

Constructs a Nurbs surface representation of this Cone. This is synonymous with calling NurbsSurface.CreateFromCone().

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsSurface ToNurbsSurface()

Return Value

Type: NurbsSurface
A Nurbs surface representation of the cone or null.
See Also