Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8674

Curve parameter coodinates

$
0
0

@ricardo.eira wrote:

Hello

I have this:

import rhinoscriptsyntax as rs
id = rs.GetObject(“Select a curve”)
if id:
point = rs.GetPoint()
if point:
param = rs.CurveClosestPoint(id, point)

    print "Curve parameter:", param

This return the parameter on curve closest from point, I need to Know
The coordinates xyz of this parameter curve, how I get this?

Thanks

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8674

Trending Articles