sovitek
November 24, 2024, 8:25am
2
Hi @TLUK and welcome…many ways it can be done i think…here is one, just a fast exemple…where i try get the curves from profile family and transform the coordinate system
you can get the curves this way here
Hi all - thanks a lot for the effort - I’ll try to get that running (on the road and busy…) - but so I tryed to retype the code and and it stll does not want to work for me…
import clr
clr.AddReference(‘ProtoGeometry’)
from Autodesk.DesignScript.Geometry import *
Import ToDSType(bool) extension method
clr.AddReference(“RevitNodes”)
import Revit
clr.ImportExtensions(Revit.Elements)
Import DocumentManager and TransactionManager
clr.AddReference(“RevitServices”)
import RevitServices
from R…
Thanks to @Kulkul
2 Likes