@pcmoor said:
the other forum has noted the loss of examples
http://forums.sketchup.com/t/basic-self-paced-tutorials-broken/16489/8
[attachment=0:hi3y6q0h]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:hi3y6q0h]
plus other issues with tutorials..maybe this is the lead up to the new release
The DCs are but spreadsheet cell formulas, convenient for simple object manipulation. Ruby on the other hand is a language use to create plugins. (DCs forms and functionality was built using Ruby)
However DCs are the most likely vehicle for information modeling, so understanding how they work is not a waste of time
deleted last comment
going through your examples now
Thanks for clearing that up. It helps me put things in focus. It's also good to know that I haven't lost my mind, thinking the DCs were empty. If your assumption is correct, then I presume we will see some major changes in functionality.
In the following file, I have broken out things into various attributes to better monitor results. The ColorCube has its Material attribute removed as it need to be added fresh each time. I have been have some difficulty with the Scale tool too, so the same applies. It needs to be reinitialized in each slider; SliderR, SliderG and SliderB. LenX gets evaluated with NEAREST(CURRENT()) and the X axis is aligned to the base of the slider scale. This give a direct relationship between LenX and X. The 'Trick' attribute of ColorCube came from telling myself, this might just do the trick. Thanks for looking. It means a lot to me.
Upon some reflection, I think I need to move most of ColorCube's attributes to the sliders and do all the processing from there.