algorithmic modeling for Rhino
An incremental update is available for download from the usual page.
A Zip file without installer is also available.
Changes and additions:
Fixes:
This release is a bit pre-mature, but since it contains several important fixes I didn't want to delay any longer.
If you have existing files that contain sliders with expressions, they will most likely generate errors now (unless you named the slider "x"). It should still work, but please update the expressions and replace the slider name with the variable "x" everywhere.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Tags:
Hi David,
I noticed that the getMinValue and getMaxValue methods for sliders are not there in the new release, have they been replaced by something else?
Thanks!
I've consolidated all the slider code, the GH_NumberSlider object now exposes an instance of GUI.Base.GH_SliderBase which has all the properties that pertain to the slider itself. So:
Dim sld As GH_NumberSlider
sld.Slider.Minimum
sld.Slider.Maximum
sld.Slider.DecimalPlaces
and so on and so forth.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
That did it. Thanks a lot!
Tiny question: Since I'm kinda new here and haven't been following, why has the slider set/return type been changed to decimal?
Thanks again.
Decimal is better at maintaining digit fidelity. It was designed for use in monetary applications where one needs to keep track of billions of dollars/euros/yens while keeping the cents in check. Doubles suffer more from 'noise' in the least significant digits.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
First thnx for a new release! It is awesome to find more and more functions! few wishes
1) Can it be done to bake only output geometry whan I bake clusters. And can it be done to post annotations for outputs in the same way we do it for inputs.
2) It will be awesome to upgrade value list slider to represent more than one parameters for each preset. This will give a possibiliti to make "standart sets" of all parameters in one button...
Hi Philipp,
2) What would the syntax for this look like? Remember that you can enter any expression, so typing {4, 5, 6} cannot be a valid way to define three numbers as that is the expression for an xyz point.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
I meant this like a spreadsheet used for genoform, but written in the slider inside. just several columns in front of preset names - one column for each output.
for now i use several panels + several stream filters + list value slider to do this.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by