Grasshopper

algorithmic modeling for Rhino

Thanks for this great tool!

Got a little confused by how you address a cell with int,int ;

so I made a little (naughty) conversion tool. But maybe its worth to include something like this right away?

Best,

Phillip

Views: 459

Attachments:

Replies to This Discussion

Phillip,

Good call, that would definitely make initial cell placement easier to set. There is currently a component which does this inverse of this operation, converting an index to an address, but it requires a link to Excel. Ill rebuild these two components, Index to Address, and Address to Index so they work based on vb operations and not using excels built in conversion and make them part of the download.... Hopefully this week.

Phillip,

Ive added a new component XL Cell Index which converts a cell address to to a cell index, examples "A1" to "1,1". The component's output is an interval so it can be directly used with the rest of the bumblebee components. This component does the conversion in vb with no reference to excel, so excel does not need to be running. The XL address has been updated as well so it no longer needs a link to excel. 

Also, I caught an error in the address component where the domain input "Location" was reversing the column and row values, this has been fixed.


Conversion from integer to string column ID adapted from: http://stackoverflow.com/questions/181596/how-to-convert-a-column-n...

Excels limits are listed at: http://office.microsoft.com/en-us/excel-help/excel-specifications-a...

Updates User Object collection can be downloaded at: Bumblebee Version 1.02

Hi David,

sound great. Thanks for the links!

A way smarter method than I used.

Best,

Phillip

 

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service