Overload_Rhino_Geometry_RevSurface_Create - mcneel/rhinocommon-api-docs GitHub Wiki

RevSurface.Create Method

Overload List

 

Name Description
Public methodStatic memberCode example Create(Curve, Line) Constructs a new surface of revolution from a generatrix curve and an axis.
Public methodStatic member Create(Line, Line) Constructs a new surface of revolution from a generatrix line and an axis. If the operation succeeds, results can be (truncated) cones, cylinders and circular hyperboloids.
Public methodStatic member Create(Polyline, Line) Constructs a new surface of revolution from a generatrix polyline and an axis.
Public methodStatic member Create(Curve, Line, Double, Double) Constructs a new surface of revolution from a generatrix curve and an axis. This overload accepts a slice start and end angles.
Public methodStatic member Create(Line, Line, Double, Double) Constructs a new surface of revolution from a generatrix line and an axis. This overload accepts a slice start and end angles.

Results can be (truncated) cones, cylinders and circular hyperboloids, or can fail.

Public methodStatic member Create(Polyline, Line, Double, Double) Constructs a new surface of revolution from a generatrix polyline and an axis. This overload accepts a slice start and end angles.
  Back to Top

See Also

Reference

RevSurface Class
Rhino.Geometry Namespace

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