msSweep

Makes a multi section sweep. This is a generalization of the regular path sweep that alows multiple sections to be specified. The resulting solid will have a surface excatly on the given sections. In between these sections, more sections are interpolated. This also requires the specification of guide points that contol the twist of the sweep between the sections, since without this there is know way of knowing what points corispond on the given sections. One guide point should be given for every section.


path : ObjectSet
Path to sweep over

sections : ObjectSet
Sections to sweep through

guidePoints : PointSet
One guide point per section

sweepType : Choice
Normal Sweep will rotate sections to always be normal to path, Parallel Sweep will keep sections oriented as given.

splineType : Choice
This sets how the sections are interpolated.