Hi all, I’m trying to find the clash points between line and element in the Revit as below:
But it seems no such node i can use, anyone has a solution? thank you so much!
Hi all, I’m trying to find the clash points between line and element in the Revit as below:
But it seems no such node i can use, anyone has a solution? thank you so much!
Thank you, what tricky is my Element is a Generic model, so i can only get a empty list at last
Thank you Martin, it fails, i think the problem is my Element is a Generic model which is not easy to transfer to a geometry or solid.
Is it possible to share the family?
did you try with Element LocationCurve from GeniusLoci. or you can try pic the surface of Generic model instead of hole elements.
Sry I may not have this right…but what i can show about this generic model is a simple tunnel shape family.
You have geometry, use Geometry.IntersectAll between curves and your shape.
Or you can try Point.Project points to shape.
Send result to Revit after.Home.dyn (21.0 KB)
Thank you VIadinir, i will try
Hi Vijay,
i tried to create new plugin and i am not finding option Element LocationCurve,
i have GeniusLoci Installed still not showing, instead Element LocationCurve, i can see **MEP LocationCurve,**Kindly help i am stuck so badly. thank you
It seems that the Element LocationCurve has been removed from GeniusLoci. Could you provide some details about what you’re trying to create so I can assist you better? @Alban_de_Chasteigner , do you have any insights on this?
Hi @_Vijay
Thank you for quick response, basically I am trying to create auto dimension script in dynamo.
attaching screen shot of the same script. @Alban_de_Chasteigner
Thank you.
1)
this is the same script.
@_Vijay
@Alban_de_Chasteigner
dimmmmmm.dyn (56.6 KB)
Hi,
The last update of the Element LocationCurve node seems to prevent it from being read by Dynamo, weird.
The node can be downloaded from Github (“Download Raw file” button)
Thank you so much @Alban_de_Chasteigner also requesting you to check my auto dimension script.