Getting started
Open the app. The workspace has three columns:
- Left β the family catalog (click one to open it) and a
Newbutton (creates a blank family instantly with the Metric Generic Model template). - Middle β the 3D viewport, showing your family live.
- Right β the editor panel: a toolbar plus three tabs,
Parameters,Types, andGenerators(where the geometry lives β its list is headed Elements).
Build a door panel, step by step
This walks the whole loop once. Every control named below is a real button in the panel.
- Start a new family. Click the
π Newbutton in the toolbar (not the one in the left catalog β that skips the dialog). Name it, pick a template (Metric Generic Modelis fine),Create. Parameters and Generators start empty. - Add the driving parameters. On the
Parameterstab click+and chooseLength. A row appears β click its key and rename itWidth. Click the row'sβand set Default value to900, tickInstanceso it is editable on each placed door. Repeat forHeight(default2100) andThickness(default45). - Add a derived parameter. The panel sits centred, so we need half its height. Add another
Length, rename itHalfHeight, and in the row's formula field typeHeight / 2. (Math lives in formulas, not in geometry fields β see Parameters & coordinates.) - Draw the profile. Switch to the
Generatorstab. Click+, and underSHAPEpickRectangle. A rectangle element is added. - Make it follow the parameters. Click the rectangle row to select it β its fields expand. Each coordinate field has two buttons,
V(a fixed value) andP(follow a parameter). ForwidthclickPand chooseWidth; forheightchooseHeight; for the center'sYchooseHalfHeight. Leave centerXonV=0. - Give it depth. Click
+again and underFORMpickExtrusion. Select it; in theprofilecheckbox list tick yourrectangle, and setdepthtoPβThickness. You now have a 3D door panel. - Tune it live. Back on
Parameters, changeWidthto1000β the panel widens in the viewport instantly. That is the whole parametric loop, before Revit. - Add size variants (optional). On the
Typestab add named types like900 Γ 2100with preset values β the user picks one when placing the family. - Save / export.
Save JSON(the disk icon) stores the family. To produce the real.rfa, open the family in the Molding Revit plugin and pressGenerate(the βΆ icon).
In the browser you design and preview. The actual
.rfais produced by the Molding Revit add-in β this same editor inside a Revit panel, where the Generate button is enabled.
Grab it from the Revit Plugin page. New to the V / P toggle? It is the core idea β read Parameters & coordinates next.
π 3 min read