Itoo Software Forum

Author Topic: Contant values - selector mode  (Read 701 times)

arch3d

  • Sr. Member
  • ****
  • Posts: 281
    • arch3d.pl
Contant values - selector mode
« on: August 27, 2021, 10:44:46 AM »
Hello,
I got three constant values eg. 10cm, 20cm, 30cm and i would like to use this numbers only to define padding start/end of 1S1. Is it possible to create something similar to selector with index parameter?
eg.
- If I select 1 padding start/end will be 10cm
- If I select 2 padding start/end will be 20cm
- If I select 3 padding start/end will be 30cm

Thanks for help
Michal

PS. I dont want to use empty segment at start/end of generator or nest generators
« Last Edit: August 27, 2021, 10:50:31 AM by arch3d »

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Re: Contant values - selector mode
« Reply #1 on: August 27, 2021, 10:52:47 AM »
Here is Macro for that.
Connect your Constants to Input1-input10 and your Selector Numeric to Index Input.

arch3d

  • Sr. Member
  • ****
  • Posts: 281
    • arch3d.pl
Re: Contant values - selector mode
« Reply #2 on: August 27, 2021, 10:54:12 AM »
Thank you!