Click or drag to resize

RevSurfaceCreate Method

Overload List
  NameDescription
Public methodStatic memberCode exampleCreate(Curve, Line)
Constructs a new surface of revolution from a generatrix curve and an axis.
Public methodStatic memberCreate(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 memberCreate(Polyline, Line)
Constructs a new surface of revolution from a generatrix polyline and an axis.
Public methodStatic memberCreate(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 memberCreate(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 memberCreate(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.

Top
See Also