Hi, I was wondering is there a way to ask user to input based on his previous input value (in Civil 3d Dynamo Player)
For instance,
let’s say the dynamo player UI asks for “Enter the number of pavement layer”. If the user inputs “3” then my next prompt shall be “Enter the width and depth of first layer”,“Enter the width and depth of second layer” and “Enter the width and depth of third layer”
Is there a way to do this using IronPython?