Click or drag to resize

RevSurfaceCreate Method (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.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static RevSurface Create(
	Line revoluteLine,
	Line axisOfRevolution
)

Parameters

revoluteLine
Type: Rhino.GeometryLine
A generatrix.
axisOfRevolution
Type: Rhino.GeometryLine
An axis.

Return Value

Type: RevSurface
A new surface of revolution, or null if any of the inputs is invalid or on error.
See Also