ladybug-tools / spider

:spider_web: 3D interactive analysis in your browser mostly written around the Three.js JavaScript library
http://www.ladybug.tools/spider
44 stars 15 forks source link

App: Add Multiple selection #113

Closed EK-CEL closed 6 years ago

EK-CEL commented 6 years ago

In my model for a number of spaces Roof surfaces have not been generated. Instead there are the Air surfaces there. Currently I pick one surface, go to "heads-up" and change the "update" and "cad object id" there. Then I pick another surface, and so on. It is very time consuming for hundreds of the model issues I have.

  1. I want to select a number of surfaces with traditional technique: hold Ctrl to add elements to selection and hold Shift to deselect elements.
  2. I would like to have even more functionality: select elements with window. For example, I have many "Exterior Walls" inside the building. I want to select all of them with a selection window similar to Revit or AutoCAD.
  3. It would be nice to have a Match tool. I would just select an sample surface and spread its properties to the selection.

Thank you. E.K.

theo-armour commented 6 years ago

@EK-CEL

Three excellent wish list items. Thank you!

I have added these to the current wish list:

https://www.ladybug.tools/spider/index.html#pages/gbxml-viewer-support-issues-wish-list.md

BTW, this list really needs updating as well, because a number of the items have been dealt with

Also, here is stand-alone demo of where I started playing with selecting multiple objects in 3D

https://rawgit.com/ladybug-tools/spider/master/cookbook/multiple-objects-edit/multiple-objects-interactive-selection.html