Hi
I got a problem recently regarding placing a family from point (x,y,x) from node ClashDetection.mGetClashPoint and after i convert it from m to mm. I place the families using note FamilyInstance.ByPoint. very thing is good when the project on 0,0,0 base coordinate points. But when i am sett the project in the right coordinate points it the note FamilyInstance.ByPoint it places the families far away from the model, i hope someone could help me with it
Good to know! I have found that the easiest way for me to run clash detection with a linked model is by using the Bimorph package. There is a node inside the package that pulls the linked elements in their HOST location (meaning where they currently are in the model). Most of the OOTB nodes pull the location of linked elements from where they are in the LINKED model. (Which, if I understand your problem correctly, is what is going on with your model.)
What I would recommend is looking at Thomas Mahon’s post from my previous link and he explains in detail how to correct your problem.