Grasshopper

algorithmic modeling for Rhino

Hi,

Is it possible to to get a list of the Degree of the Curves in a List. I try to make a Deffinition for emc g-code emc can handel nurbs and needs the controlpoints, degree and weight oh the nurbs.

Views: 1686

Replies to This Discussion

See attached.

The script inside the VB component is:

A = "Degree = " & crv.Degree()

But if you want just the number, use:

A = crv.Degree()

instead.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Attachments:

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service