Message 1 of 11
Dynamic user input

Not applicable
03-05-2018
12:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm creating a utility for the end-user. I'm trying to re-create some of the workflows that I used in AutoCAD using VB, so the user can dynamically input some parameter through the methods:
Utility.InitializeUserInput
Utility.GetString
In Revit, is it possible to create this workflow? I created other routines using the static Windows.Form with success, but now I'm looking for a User Interface that communicates with the user "on the march".
For example, I create a rebar according to some parameters. When created, I want to put the next rebar using the position of the last bar and some of their parameters.
Any tip or advice will be very appreciated.
Cheers!