@Stroopwafelandcoffee wrote:
I’m currently trying to create a revolved surface from a NURBS curve.
There should be quite a few methods of adding a surface of revolution using RhinoCommon, I’m currently trying to utilize this one:
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_RevSurface_Create_1.htm
But it won’t let me:
Message: expected Polyline, got NurbsCurve
I know there is also a polyline variant of this function, but shouldn’t it be able to deal with both:
Posts: 1
Participants: 1