RhinoCommon API
RevSurfaceCreate Method (Polyline, Line) |
Constructs a new surface of revolution from a generatrix polyline and an axis.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public static RevSurface Create( Polyline revolutePolyline, Line axisOfRevolution )
Public Shared Function Create ( revolutePolyline As Polyline, axisOfRevolution As Line ) As RevSurface
Parameters
- revolutePolyline
- Type: Rhino.GeometryPolyline
A generatrix. - axisOfRevolution
- Type: Rhino.GeometryLine
An axis.
Return Value
Type: RevSurfaceA new surface of revolution, or null if any of the inputs is invalid or on error.