I am following a tutorial: https://www.youtube.com/watch?v=EF8qghzEviQ
But no change happens to the element in revit.
I am following a tutorial: https://www.youtube.com/watch?v=EF8qghzEviQ
But no change happens to the element in revit.
Are you trying in revit 2024?
2026
I am also trying this method, but Springs doesn’t seem to be working either.https://www.youtube.com/watch?v=jo-fLZUnH6A
what you want to achieve?
I am trying to conform the floor to the toposolid.
Near certainty that you do not have the right version of IronPython2 installed for your Dynamo version.
Which version of Dynamo are you in, and which version of IronPython2 do you have installed?
Note that if you’re using toposolids the old toposurface methods may not ever work.
I got IronPython2 working. Now I’m just looking for some scripting help. I need to calculate the interior points of a floor with holes. (diverges from tutorial here) https://youtu.be/jo-fLZUnH6A?si=ap0N6VSCbelr3Tg7&t=1401
I have a point grid above my target floor region. I tried to use Line.bystartpoint to draw lines down from each point through the floor geometry to check for intersections.
I am trying to cull the points that don’t intersect so I can only raybounce the points in the region.
But it seems like there is an issue with the intersections node.
Is it causing a problem to check the intersections with a solid element? I guess the line would have two intersection points, not one..
Thanks, I was able to get it to work, including by checking for geometry collusion with the surface instead of the solid.