Grasshopper

algorithmic modeling for Rhino

hi

 

i am wonder if there is any equal to this createperiodicuniformnurbs in rhino command ,, i coundnt find any ,,,

 

 

 

thanks

Views: 504

Replies to This Discussion

Periodic curves are generated implicitly with Rhino commands such as curve command.  So if you create a closed curve, this will actually be periodic nurbs curve.  Does that make sense?

 

-Rajaa

Hi Rajaa.

If I get a Rhino.Geometry.Circle instance and I call toNurbsCurve(), the resulting curve is not periodic.

Does that make sense??

i meant rhino common ,,,, i was trying to find something similar to cerateperiodicuniformnurbs in old vb ,,,

namaste

This is how you can do it using Rhino Common:

 

'Create new periodic nurbs curve

Dim crv As NurbsCurve = NurbsCurve.Create(True, degree, points)

 

thanks

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service