Schedule Quantities of Elements Imported from Rhino

I am using the standard “IMPORT 3dm” into a family template. Here it brings in (3) Cubes on a sub category CUBE.

I create a family out of this, but would there be a way to access data / quantity of (3) Cubes to make a schedulable quantity in a project file?

I am creating an importer in grasshopper that will bring over more specific information but these models sort of disappear and I am not sure where to go to access the data.

1 Like

Best to add a nested family, which if made sharable is schedulable. A shared parameter in the family could hold the count of cubes or something like that as well.

I agree. Since the cube count of each family doesn’t change, you can embed this information in a type or instance parameter on the family.