Message 1 of 7
Add multiple of same part to assembly using Ilogic rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to create a user form that pulls all the parts for an assembly with variable options.
I'm trying to use an if statement to check if a Boolean parameter is true, if that is true it checks another parameter that specifics a particular part, if that Boolean is true and the 2nd parameter part is found it checks a third parameter to decided the qty of the part to add. Then it adds the part(s) to the assembly using Components.Add command.
I have no problem with this loop for adding one part but am unsure/don't know the proper syntax to add multiple instances of the part.