As shown in image, in GH the angle input is 0.1 and return 5.71° in Revit. I figure it’s rad.
But when I when I try 60 it converts 46.32°. Wonder what’s the unit conversion here?
Is there a way to let the script return the element that it created? (the O out-put)
I just curious about the name you have, whats “ncl” and “nln” stand for in the script?
if GO == 1:
count = 0
ncl = Convert.Geometry.GeometryEncoder.ToCurveLoop(CRL)
nln = Convert.Geometry.GeometryEncoder.ToCurve(SLN)
nclg = DB.Floor.Create(doc,[ncl],FTP.Id,LVL.Id,ISE,nln,SLP)
Hi @Japhy , sorry that I forgot to mention one thing about Add Points to Floor script.
Is it possible or a way to skip the warring message when proceeding?
Say if there’s 10 floors, the “OK” has to be pressed 10 times…
Hi @kike , the grasshopper definition attached requires v1.9 of rhino inside which is not yet released. Is there someway the component can be shared in advance of v.19?