Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can I populate the user inputs with preset variables of a Component Create command initiated with the command manager? Running the line below in an illogic rule skips the UI asking for template, file name, file location etc. and prompts the user for a surface. After picking a surface this command fails unless the create command is first used manually, then it will populate the prompts with the previous inputs. Is there any way to access these prompted inputs with an illogic rule to fill them out with data from the assembly automatically before prompting the user for the base sketch plane and adding to the assembly?
ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyCreateComponentCmd").Execute
Solved! Go to Solution.