loft
Blend between multiple profiles to form smooth organic shapes or straight transitions, producing solids or surfaces.
Instructions
Blend between two or more profiles — tapered and organic shapes.
`pad` extrudes ONE profile at a constant section, so it can only make
prisms. Real parts taper and blend: a connecting-rod shaft narrows from
the big end to the small end, a boss blends into a web, a duct changes
section. Those need a loft.
Give the profiles in order along the blend. They are usually sketches
placed at different heights or on different planes.
`ruled=False` (default) produces a smooth blended surface, which is
what makes a part read as designed rather than as stacked prisms.
`ruled=True` gives straight transitions between sections.
Args:
doc_name: The document.
name: Name for the resulting loft.
profiles: Names of 2+ profile objects (usually sketches), in order.
solid: Produce a solid rather than a surface.
ruled: Straight transitions instead of a smooth blend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ruled | No | ||
| solid | No | ||
| doc_name | Yes | ||
| profiles | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |