@seghierkhaled wrote:
Hello, what’s wrong with curve domain in ghpython?
i tried many methods without successimport rhinoscriptsyntax as rs import Rhino as rg if C: d = rs.CurveDomain(C) t = d[1]/2 print t p = rs.EvaluateCurve(C,t) f = rs.CurveFrame(C,t)
Posts: 15
Participants: 3