Hey Guys,
i am getting a bit frustrated by now, because my script doesnt work like i want it.
The catch ist , that i have voids in an HVAC model and i want to create my own voids using their geometry.
For that i want to transmit Parameter like HostID, or status (what basically is the ElementID from my reference) for better communication between disciplines. So now i have the problem that my script places the new voids with Status “3” but deletes my odl ones with Status"1". besides that the script now switches the status from the newly generated voids “randomly”. Can someone help?
I have to say that i just started with dynamo recently so and that the logic sometimes doenst go in my mind…
I’ll give you the script in the post so you can look at it if you want.
Thank you very much !!!
Durchbruchsplanung - NUR NEUE BAUTEILE übernehmen_v0.3.dyn (494.3 KB)
thats need a consisted workflow. so would layout this way:
we did place openings based only on one correlation: location. Of course you can add depth, heigth, length.
the revisioning is a tricky part. i would recommend to monitor it analog and suppered by automatic workflows…
@Draxl_Andreas ,
thank you very much for the advice!!
I will try it this way because i also think that it would get much to complicated for my collegues and that errors can occur way to easy by doing it that way.
Still i need to figure it out how to do it but i have an idea.
e.g. getting the bounding boxes of my linked elements → get the dimensions → location and then transfer it to the csv.
I’ll try it this way.
Thank you very much !!!
@Draxl_Andreas
so now i tried it out and i get one problem.
if i export in csv i get this:
if i want to import from csv i get this:
You have commas in your values that are being separated. Easiest thing to do is break down the point into X, Y, Z coordinates to avoid this behavior.