Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to figure out how, inside a post-processor to detect that the optional property has been set on a ManualNC. It doesn't seem to work in the same way as for machining operations.
For example, if I add a Manual NC and set the operation type to 'Measure tool', there does not seem to be a corresponding call to onSection() for that operation. Instead, there is just a call to onCommand with
COMMAND_TOOL_MEASURE
Calling currentSection.isOptional() at that point doesn't yield the correct result as it seems to return the optional flag for either the preceding or following operation.
Does anyone know how to get access to this property?
Solved! Go to Solution.