Hey, I am trying to make a script to spot differences between 2 models. Basically I have model A (structure proposed by architect) and model B (current structural model by the engineer) now this 2 models need to match exactly geometry wise … event though wall types and hosts levels are different. What would be the best way to do this
Basicly a Geometry.IsAlmostEqualTo with tolerance.
I guess the Raybounce method from DataShapes will give you the vector and distance to move your model if you can find point where the models should meet.
Vector from point A (in your model) to
point B from the other model.
Likely there are easier solutions, i can think of one or two.
Hey, thanks for your answer. The models are in the same place I just need to compare the difference between geometry.
Basically I want to achieve what this guys is doing in dynamo.
I would try making a PDF and using the compare tool in bluebeam or if you have ACC, use the compare tool there to see what is different and by how much.