Hi All,
Is there a way to internalize curves selected from Revit to Dynamo? making them independent of the Revit object and local to the dynamo definition.
Thanks!
Hi All,
Is there a way to internalize curves selected from Revit to Dynamo? making them independent of the Revit object and local to the dynamo definition.
Thanks!
I would save the points data from the curves to a csv file and then create the curves in dynamo.
Another option would be to try the Geometry.SerializeAsSAB/Geometry.DeserializeFromSAB nodes. That way you won’t have to bother extracting points from the curves.
Tho I haven’t tried it with any complex geometry.
Thanks for the input! it’s really appreciated
Can you share the CSV File to us?
thanks!