RevolvedSurface
verb.geom.RevolvedSurface
CLASS
A surface formed by revolving a profile curve around a given axis line
Extends: NurbsSurface
constructor
METHOD
new RevolvedSurface(profile : NurbsCurve, center : Point, axis : Vector, angle : Float)
Construct a revolved surface
params
- The profile curve
- A point on the axis of revolution
- The direction of the axis of revolution
- The angle to revolve around. 2 * Math.PI corresponds to a complete revolution
profile
METHOD
profile() : ICurve
The profile curve
center
METHOD
center() : Point
A point on the axis of revolution
axis
METHOD
axis() : Vector
The direction of the axis of revolution
angle
METHOD
angle() : Float
The angle to revolve around. 2 * Math.PI corresponds to a complete revolution