Grasshopper

algorithmic modeling for Rhino

Hi all!

Maybe it has been answered many times before, but google inside can't find....

When opening a GH file some modules or componets get flagged as "OLD" wit a diagonal orange banner.

is there any way of "autoupdating" this elements wit the updated ones (besides replacing one by one ofcourse)

Many thanks in advance and sorry for the basicness of my question.

regards

Ale

Views: 526

Replies to This Discussion

Solution Menu > Upgrade Components

You made me feel such an ..iot !

Thanks anyway dany! ;-)

Ale

Note it is not possible to upgrade all legacy components. Only certain conversions have been automated.

--

David Rutten

david@mcneel.com

Thanks David... yep i notice that center component has no upgrade, maybe It's deprecated?

by the way.... I really have to say that Grasshopper is just what it should be.... I feel like a child with a new toy!

many Thanks for all you effort and knowledge sharing!

Regards

Ale

Thanks Ale. Often when there's no auto-upgrader I was just too lazy to write one. It's incredibly tedious to write upgrade algorithms. Very occasionally the behaviour of the new component is sufficiently different from the old one that upgrading requires an actual human who understands the logic of the file.

The center component? I don't remember that one, could be that if you just plug a circle/arc into a point parameter it does the same thing as the center component used to do... maybe.

--

David Rutten

david@mcneel.com

I wish I could help on writing algorithms... (maybe I could learn
 used to be lisp programmer twenty years ago ;-) )

The center component help says:

Center


Find the center point and radius of arcs and circles.


Input parameters:

A (Arc)
Arc or Circle



Output parameters:

C (Point)
Center of arc or circle
R (Number)
Radius of arc or circle

And the deconstruct arc/circle says:

Deconstruct Arc


Retrieve the base plane, radius and angle domain of an arc.


Input parameters:

A (Arc)
Arc or Circle to deconstruct



Output parameters:

B (Plane)
Base plane of arc or circle
R (Number)
Radius of arc or circle
A (Domain)
Angle domain (in radians) of arc
Both components have the same symbol.
regards
Ale

arc deconstruct component works fine anyway.... and can replace center component in my design.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service