Revit Parametric Family Creation 5 — Questions and Answers
Question 1: Why is it best practice to lock dimensions to reference planes rather than directly to solid geometry edges in a Revit family?
- Solid edges cannot be selected in the Family Editor
- Reference planes remain stable when geometry is regenerated, preventing constraint failures when forms are rebuilt (Correct answer)
- Locking to solid edges improves rendering performance
- Revit requires all dimensions to reference planes for IFC export compliance
Correct answer: Reference planes remain stable when geometry is regenerated, preventing constraint failures when forms are rebuilt
Solid geometry edges can be recreated or reordered during regeneration, causing lost constraints, whereas reference planes persist reliably.
Question 2: What is a 'Type Catalog' (.txt file) used for in Revit family deployment?
- It stores rendered material thumbnails for the family
- It defines multiple predefined type configurations so users can select a specific size or type when loading the family into a project (Correct answer)
- It maps the family to Revit's built-in content library categories
- It records audit history of changes made to the family
Correct answer: It defines multiple predefined type configurations so users can select a specific size or type when loading the family into a project
A Type Catalog is a tab-delimited text file that lists many type variants so Revit presents a filtered selection dialog when the family is loaded.
Question 3: When creating an in-place family in Revit, what is a key limitation compared to a loadable family?
- In-place families cannot use reference planes
- In-place families cannot be reused across multiple projects or duplicated easily (Correct answer)
- In-place families do not support parametric dimensions
- In-place families are automatically deleted when the view is closed
Correct answer: In-place families cannot be reused across multiple projects or duplicated easily
In-place families exist only in the project they are created in and cannot be loaded into other projects, making them unsuitable for repeated use.
Question 4: Which Revit formula function would you use to prevent a parameter value from going below a minimum value (e.g., never less than 100mm)?
- ROUND(value, 100)
- MAX(value, 100mm) (Correct answer)
- ABS(value - 100mm)
- MIN(value, 100mm)
Correct answer: MAX(value, 100mm)
MAX(value, minimum) returns the larger of the two arguments, ensuring the result never drops below the minimum threshold.
Question 5: In a Revit family, what is the purpose of the 'Origin' reference planes intersection (Front/Back and Left/Right crossing at center)?
- It defines where the family will be cut in section views
- It is the family's insertion point used when placing the family in a project (Correct answer)
- It sets the family's elevation datum to project zero
- It marks where nested families must be placed
Correct answer: It is the family's insertion point used when placing the family in a project
The intersection of the default origin reference planes is the anchor point Revit uses when the user clicks to place the family in a project.
Question 6: What does checking 'Can Host Rebar' in a structural concrete family's Family Category and Parameters dialog enable?
- Allows rebar families to be placed inside the concrete family's volume in a project (Correct answer)
- Adds a rebar schedule to the family's type properties
- Converts the family to a structural framing category automatically
- Enables the family to cut rebar paths from walls
Correct answer: Allows rebar families to be placed inside the concrete family's volume in a project
Enabling 'Can Host Rebar' designates the concrete family as a valid rebar host so that structural rebar elements can be placed within its boundary.
Question 7: When should you use 'Blend' instead of 'Extrusion' as a solid form type in the Revit Family Editor?
- When the cross-section must remain constant along the depth of the form
- When the form transitions between two different profiles at its start and end faces (Correct answer)
- When the form needs to follow a curved path in 3D space
- When the form must be cut by a void on multiple sides
Correct answer: When the form transitions between two different profiles at its start and end faces
A Blend interpolates geometry between two distinct profile sketches, one at each end, producing a tapered or transformed solid.
Why is it best practice to lock dimensions to reference planes rather than directly to solid geometry edges in a Revit family?