Revit Advanced Component Creation 3 — Questions and Answers
Question 1: When building an adaptive component in Revit, what is the first step before placing adaptive points?
- Load a generic model family template
- Start from the 'Generic Model Adaptive' family template (Correct answer)
- Enable the adaptive component option in family properties
- Place reference planes to define the adaptive grid
Correct answer: Start from the 'Generic Model Adaptive' family template
Adaptive components must be created using the Generic Model Adaptive (.rfa) template, which provides the adaptive point workflow.
Question 2: In an adaptive component, what controls the order in which host points are referenced when the component is placed on a surface?
- The Z-elevation of each adaptive point
- The numbered sequence assigned to each adaptive point (Correct answer)
- The order in which reference planes were created
- The alphabetical name of each point's host workset
Correct answer: The numbered sequence assigned to each adaptive point
Each adaptive point is assigned a number, and placement picks host locations in that numeric sequence.
Question 3: Which family category should be used for furniture components that need to appear in furniture schedules and respond to room-tag data in Revit?
- Generic Models
- Specialty Equipment
- Furniture (Correct answer)
- Casework
Correct answer: Furniture
Assigning the Furniture category ensures the family is included in furniture schedules and can be filtered or tagged as furniture in the project.
Question 4: What is the purpose of using 'Symbolic Lines' in a Revit family compared to 'Model Lines'?
- Symbolic lines appear in 3D views; model lines appear only in 2D
- Symbolic lines are view-specific 2D representations; model lines are 3D geometry (Correct answer)
- Symbolic lines can be parametrically driven; model lines cannot
- Symbolic lines export to IFC; model lines do not
Correct answer: Symbolic lines are view-specific 2D representations; model lines are 3D geometry
Symbolic lines exist only in the view plane for 2D plan/elevation representation, while model lines are actual 3D geometry visible in all views.
Question 5: When defining subcategories in a Revit family, what is the primary benefit over using the default category?
- Subcategories allow the family to be placed in linked models
- Subcategories give independent visibility and graphic control for parts of the family in the project (Correct answer)
- Subcategories reduce render time by separating geometry into layers
- Subcategories are required for families that contain voids
Correct answer: Subcategories give independent visibility and graphic control for parts of the family in the project
Subcategories allow project users to control the visibility, line weight, and color of specific parts of the family independently via Visibility/Graphic Overrides.
Question 6: In a Revit parametric family, which type of parameter should be used when the value must appear in a project schedule or be exported to a shared parameter file?
- Family parameter
- Project parameter
- Shared parameter (Correct answer)
- Global parameter
Correct answer: Shared parameter
Shared parameters are stored in an external .txt file, enabling them to be used across multiple families and appear in project schedules and tags.
Question 7: When a Revit family uses an array with a parameter controlling the count, what constraint must the minimum value of the count parameter satisfy?
- The minimum must equal 0 to allow the array to be hidden
- The minimum must be at least 2, since arrays require at least two elements (Correct answer)
- The minimum must match the maximum to prevent geometry conflicts
- The minimum must be 1 to preserve the original element
Correct answer: The minimum must be at least 2, since arrays require at least two elements
Revit arrays require a minimum of 2 elements; setting the count parameter to 1 or 0 will cause an error or undefined behavior.
When building an adaptive component in Revit, what is the first step before placing adaptive points?