Hi
I am working on a project with prefabricated wall elements. I need to categorize the elements based on their geometries.
Is there any way to do this in Dynamo?
I do appreciate your help and time in advance.
Regards,
Farshid
Hi
I am working on a project with prefabricated wall elements. I need to categorize the elements based on their geometries.
Is there any way to do this in Dynamo?
I do appreciate your help and time in advance.
Regards,
Farshid
that sounds like loadable family… so Wall is Systemfamily… so you can`t create or address “wall” to a family…
when you use Ifc you can integrate in the family the parameter “IfcExportAs” and you can map your (f.e. Generic model) to “IfcWall”
I would first make your “workflow” solid and than use dynamo …
KR
Andreas
Hi @Draxl_Andreas
Thank you for your reply. Well, I just joined the project and the workflow is a mess. I have a lot of elements that must be categorized and named according to their unique geometry.
Regards,
Farshid
Something to try:
For each wall:
Group all the walls (not the geometry) by the joined ‘type+edges’ string.
Not that every odd little join of the wall, inserted family, and really any modifier to the wall at all will result in a unique key.
Hi @jacob.small
Thank you so much, that is a really interesting suggestion, the only obstacle is the vertical placement of the window/power suckets which has an influence on the type category.
Can you think of any magic to include the vertical placements?
I do appreciate your help and time once again.
Regards,
Farshid
The height of the insert would impact the geometry, and as such would already be included.