I have a family that has "Width" and "Height" instance parameters that control the nominal size of the family.
This family also has a "Perimeter Offset" instance parameter.
Finally, the family has "Actual Width" and "Actual Height" instance parameters that are used purely for reporting in schedules and don't actually control family geometry. They are formula-driven as such:
Actual Width = Width - Perimeter Offset*2
Actual Height = Height - Perimeter Offset*2
Again, all of these are instance parameters.
When I load this family into another family, the shape handles for width and height appear as expected:
However, when I link "Perimeter Offset" to a parameter in the parent family, the shape handles turn into dots and I can no longer flex the shape of the family without manually entering dimensions:
This is not what I would have expected to happen. Since "Width" and "Height" are still unlinked, I would have expected the shape handles to remain functionally able to change the shape of the family.
The family is attached. Is this expected behavior?
Solved! Go to Solution.