PostProcessExecutionBehaviors Enumerator
Description
Defined in namespace "adsk::cam" and the header file is <Cam\CamTypeDefs.h>
Methods
Name | Value | Description |
PostProcessExecutionBehavior_Fail | 1 | If any issue with an operation arises, the post processing should throw an exception. |
PostProcessExecutionBehavior_OmitInvalidAndEmptyOperations | 0 | Default value, post process only valid operations containing toolpath data. |
PostProcessExecutionBehavior_PostAll | 2 | Post process all operations disregarding their state. |