hi folks,
i have the problem that code in gh component is not executed in viewport ( no error in code)
if i put the same in python editor and execute everything works well.
Code:import math import rhinoscriptsyntax as rs newCircle = rs.AddCircle([0,0,0] ,n) areaNew = rs.Area(newCircle) areaGh = rs.Area(circleGh) print(areaGh) print(areaNew)![]()


Reply With Quote