Export
What does this do?
Captures the 3D view exactly as shown — current camera angle, Perspective/Orthographic
projection, the solid, and every 3D overlay (axis, rulings, point labels, panel colors).
The sidebar HUD numbers and the panel-warp legend are separate page elements, not part of
the 3D view, so they aren't included.
What does this do?
Copies a URL that reproduces this exact configuration — mode, preset, every deformation
parameter, footprint, floors, units, projection, and overlay settings — for anyone who
opens it. Everything lives in the link itself (nothing sent to a server), so it works from
any copy of this page.
What does this do?
For rebuilding the current form natively in Revit (via the Dynamo script below). Exports
evenly-spaced cross-section profiles up the height — more profiles track a curved operation
(Twist/Taper/Bend) more closely, since Revit's own loft fits a true curved surface through
them rather than approximating with flat facets. Deliberately a separate count from
"resolution (slices)" above: a loft only needs enough profiles for Revit's own curve fit to
converge, not enough triangles to look smooth on screen — usually far fewer.
What does this do?
Paste into a Python Script node (File Path node → its IN[0]) in a blank Dynamo graph —
Dynamo ships with Revit, nothing extra to install. Run it with a Conceptual Mass family
document active to build a real, loadable Mass Form; run it with a project active for a
one-off Mass-category DirectShape instead. Same script either way.