SweptSurface

verb.geom.SweptSurface

CLASS

Source code

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

Source code

new SweptSurface(profile : ICurve, rail : ICurve)

Construct a Surface by translating along a rail curve

params

profile

METHOD

Source code

profile() : ICurve

The profile curve

rail

METHOD

Source code

rail() : ICurve

The rail curve