Mitch Heynick wrote:
In RhinoCommon, in the Surface class, we have:
Rhino.Geometry.Surface.CreateExtrusion(curve, vec)
Which creates a "surface" in the form of an extrusion of the curve along a vector.
However, unless the curve in question has no discontinuities, this will create a multi-face Brep (polysurface) or an Extrusion object. Shouldn't this method be in the Brep and/or Extrusion classes as well? This is the only method I found to create an extrusion along a specific direction. What am I missing here? (probably something blindingly dumb...)
Thanks,
--Mitch
Posts: 3
Participants: 2