RevolvedSurface

verb.geom.RevolvedSurface

CLASS

Source code

A surface formed by revolving a profile curve around a given axis line

Extends: NurbsSurface

constructor

METHOD

Source code

new RevolvedSurface(profile : NurbsCurve, center : Point, axis : Vector, angle : Float)

Construct a revolved surface

params

profile

METHOD

Source code

profile() : ICurve

The profile curve

center

METHOD

Source code

center() : Point

A point on the axis of revolution

axis

METHOD

Source code

axis() : Vector

The direction of the axis of revolution

angle

METHOD

Source code

angle() : Float

The angle to revolve around. 2 * Math.PI corresponds to a complete revolution