Goal: A user selects a Key note, and inputs Area Height and Quanity, and instances will be created automatically. This is a design plugin for DD, programmers.
Behind the scenes: The graph preselects data, for key note drop down, from a pre-built schedule. It utilizes a custom programming block.
Goal Clarification: When a certain parameter selects key note, pre-populated data augments that instance, such as changes its color.
Problem See Image.
The user wants 10 instances. Remember, the family is already preselected behind the scene. My problem is, how do I generate 10 instances? Ideally, I would like to do this workflow.
Proposed Workflow For each instance out of total instances, set parameter X to Y, repeat until we complete Z amount preselected quantity.
What I researched: I see that there are so many FamilyInstance Nodes. I see that some people use coordinates, specifically the FamilyInstance.ByCoordinates node, where inputs are familyType,x, y, and z. If those coordinates are left empty, then it defaults to zero.
Goal Clarification The designer will go down the programming list, for example: Offices, Lobby, Storage, etc. When they set Office to 10, it would be nice if they create a row of ten. Then, ideally, it would be nice that if they run the plugin again, and add 5 storages, that it wouldn’t be plopped on the already 10 office instances.
Any help would be appreciated.






