Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5745

Ghpython curve domain problem

$
0
0

@seghierkhaled wrote:

Hello, what’s wrong with curve domain in ghpython?
i tried many methods without success

import 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

Read full topic


Viewing all articles
Browse latest Browse all 5745

Trending Articles