Touch screen in ShapeDiver

Hello! Can you please tell me if ShapeDiver has tools that allow you to select individual parts of an object directly in the configurator by touching the screen of a mobile device with your finger, and then edit the parameters of this part, such as the color or size of the selected part, by touching it?

Hello @iy-art!

Thank you for your question.
What you are asking for it definitely possible, but requires the corresponding GrassHopper logic to allow for it.
While you could do this in a custom coding project via the Viewer API, I’ll focus on the workflow with App Builder, which is more convenient:

  1. Selection: In GrassHopper you can use the Selection Input which allows you to define which objects can be selected and returns which one are currently selected.
  2. Dynamic Parameters: The dynamic parameters feature is still experimental at this point, but can already be used. With this feature you can specify, depending on the selected objects, which parameters to show. I attached a corresponding example GrassHopper file which was taken from this thread.

Cheers, Michael

Custom Parameter Test Fixed.gh (22.9 KB)

Hi Michael! Thank you very much for the quick response, the suggestion of several solutions and of course for the example! I will now deal with this)