ENGworks-DEV / ENGyn

https://engworks-dev.github.io/ENGyn/
MIT License
14 stars 4 forks source link

ENGYN/ Add properties by SelectionSet #67

Closed MatteoCapoferri closed 5 years ago

MatteoCapoferri commented 5 years ago

Hi Engyn team!!! @ENGworks-DEV It's possible somehow in a fast way to add custom properties for a Selection of objects. In someway do exactly what DataTools do but in a faster and smarter way. The path could be: Input(selection sets)>> Input(property to add)>> @# Output(where to add property)(set an old/new category properties)

Thanks

Matteo

ENGworks-DEV commented 5 years ago

Hi Matteo, what you are looking is something like this: image

Note that now (latest version of code soon to be publish) you can use GetSelectionByGuid to select an element by its GUID. If you use it with Excel nodes you can assign properties from a spreadsheet to specific objects in the model.

image

MatteoCapoferri commented 5 years ago

Hi Matteo, what you are looking is something like this: image

Note that now (latest version of code soon to be publish) you can use GetSelectionByGuid to select an element by its GUID. If you use it with Excel nodes you can assign properties from a spreadsheet to specific objects in the model.

image

MatteoCapoferri commented 5 years ago

Thanks