SweptSurface
verb.geom.SweptSurface
CLASS
A SweptSurface uses a profile curve and a guide rail to form a surface. The profile curve is "swept" along the guide rail by a lofting operation.
Extends: NurbsSurface
constructor
METHOD
new SweptSurface(profile : ICurve, rail : ICurve)
Construct a Surface by translating along a rail curve
params
- The profile curve
- The rail curve
profile
METHOD
profile() : ICurve
The profile curve
rail
METHOD
rail() : ICurve
The rail curve