Parameters

Create and manage family parameters

A parameter is a piece of information that defines or describes a family, for example, its size, material, or identifying tag. By default, each file includes parameters such as Comments, Mark, Keynote, Type Mark, and Workset. Parameters can be either type (shared across all instances of that family type) or instance (unique to each placed element). To add additional parameters, use P. To add additional parameters use P.

Select one or more object that belongs to a family or a block to edit its parameters using the Panel. Use Q to query and edit in a table format.

Custom parameters

To add additional custom parameters to families use P on the panel.

Press Add to create a new parameter or Edit to edit an existing one. Remove will delete the selected parameters from the Project.

Parameters can also be grouped into property sets. Press Property Sets to manage them.

A property set is a collection of parameters that can be applied together, making it easier to manage consistent data structures across families and projects.

Parameters can hold different kinds of data:

  • Text – stores words, codes, or notes.

  • Integer – stores whole numbers (e.g. 3, 45).

  • Number – stores decimal values (e.g. 2.5).

  • Length – stores dimensions with units (e.g. 1200 mm).

  • Area – stores values in square units (e.g. m², ft²).

  • Volume – stores values in cubic units (e.g. m³, ft³).

  • URL – stores hyperlinks.

  • Yes/No – stores a simple true/false value.

Parameters are defined as type or instance.

  • Instance parameters are unique to each placed element.

  • Type parameters are shared by all instances of the same family type.

Importing and exporting parameters

.txt (Shared Parameters) – a Revit-native format, used to keep parameter definitions consistent across projects and families. .json (BEAM) – a BEAM format, used to transfer, back up, and reuse full sets of parameters inside Rhino.

You can import and export parameters as .json files. This allows you to save parameter sets from one project or family and reuse them in another.

Press Export to save a .json file to create a snapshot of your current parameters, and later import it to restore or share the same setup.

Press Import to choose the .json file, to import all parameters into your project.

Importing shared parameters from Revit

You can import parameters from a Shared Parameters text file. A Shared Parameters file is a central .txt file that stores parameter definitions so they can be reused consistently across multiple projects and families.

Press Import to choose the .txt file, then select the parameter you want to bring into your project.

Last updated