The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Run process from one of the middle operators
ivangeraskin
Member Posts: 6 Contributor II
Running all operators in the process can be timeconsuming. How can I run only part of the process (several operators)?
0
Answers
Insert breakpoints before/after is a good way to stop in the middle of process and double check before proceeding to the next steps.
Also, properly pairing 'Remeber' and 'Recall' operators definitely help you retrieve an object remembered before.
Grouping operators in a 'subprocess', and right click to enable/disable the subprocess can help you skip some branches to save time.
This thread should be moved to the main Studio board.