Message 1 of 1
View crop -> transaction-> Scope Box , in zero touch node .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I am trying to find the overlap of a view currently cropped and it's effective crop when a scope box is applied.
I am writing a node that accepts a view and a scope box and then it does the following :
- - check that view crop is active
- - get the ViewCropRegionShapeManager
- - check that NumberOfSplitRegions == 1
- - GetCropShape >> get the curves
- - ensure in transaction
- - set the view VIEWER_VOLUME_OF_INTEREST_CROP to the scope box
- - transaction done
- - get the ViewCropRegionShapeManager
- - GetCropShape >> get the curves
It seems that I am getting the same curves in 4 and 9 , although the view has changed to be cropped by the Scope Box, is that the expected behavior ? If it is - how can I extract the view Scope Box curves ?
Thanks Jonathan.