Skip To Main Content

The primary home for Curviloft is SketchUcation (the largest SketchUp community forum). The developer, Chris Fullmer, released it as freeware, meaning it is 100% free.

If you want, I can:


Scenario: You want a garden hose bending around a corner.

9.1. Architectural canopy

9.2. Product shell

(Implementation code sketch — pseudo)

# Pseudocode outline
load_curves()
fit_nurbs()
spine = compute_spine(curves)
frames = compute_rmf(spine)
S0 = loft(curves, frames)
rules = parse_RBZ(script)
S = optimize_surface(S0, rules, weights)
panels = panelize(S, rules.panel_size)
flatten_panels(panels)
export(panels, S)

Scenario: You have 3 rectangles drawn at different heights and rotated slightly.

  • Click "OK." Curviloft will stitch the vertices together, creating a smooth, wavy roof.
  • Advantages over legacy .rb : RBZ bundles all plugin files into one distributable, simplifying installation and updates.
  • Complex lofts (100+ profiles) will slow SketchUp to a crawl. Before clicking "Loft":