merk77
August 29, 2017, 12:18pm
1
Hi all,
I cant figure out how to place points between two intersected geometry, Ive tried Geometry.Intersect node but its not working out for me. Any hints?
Yna_Db
August 29, 2017, 12:54pm
2
I would search for “clash detection” topics for this:
there is a nice one to find clashes from bakery .
[image]
can find clashes, and I am able to create a generic element in revit, but I would like to place a wall opening family instead.
[image]
Is there a way to place this family at the clash point with the dimensions of the intersecting solid ?
Hi, what geometry did you feed to the Geometry. Intersect node?
merk77
August 31, 2017, 8:23am
4
Thank you
That’s really great which is what im looking for but Im also trying to find the location of the clash intersection to flag and prompt the user of the clash element.
merk77
August 31, 2017, 8:27am
5
I’ve feed in the wall and the pipe element, but its all working now because it was just hidden in the dynamo visual screen but the problem I’m having now is that it became a solid geometry which i cant seem to grab the location of it. Any clue?
Yna_Db
August 31, 2017, 8:30am
6
I have seen solutions about that but never tested it myself:
hi Beau
I’ll explain the principle rather than giving you a complete solution.
Say you have 2 clashing objects- a wall and a duct.
The ID of the wall is 210338 and the duct is 709842
When you use the clash detective in Navisworks and export an XML file of the clash, you get information such as the clash number, XYZ coordinates of the clash, and IDs of the clashing objects
[image]
[image]
So using this data in Dynamo, you can mark the position of the clash- say placing a family at the XX…