Message 1 of 1
Automatic in process stock generation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to check whether an operation is completed calculating using:
operation.isGenerating
However, this evaluates as True if the stock is still generating, even if the toolpath is finished calculating.
Would it be possible to have a bit more of a specific property for the operation? Such as "operation.isStockGenerating"? I want to be able to check if it is done calculating without having to wait for the stock calculation to complete.