[x] Which version are you using? (Is it latest?) ^6.0.7
[x] Are you reporting to the correct repository? Yes
[x] Did you search existing issues? (Were any related?) Cannot find any solution
Description
How to get the xy coordinate data of RectangleScissors?
For RectangleRoi I can get the start and end x y through cornerstoneTools.getToolState(el, 'RectangleRoi'),
but it seems I cannot get the coordinate data through getToolState for RectangleScissors 🙏
Prerequisites
Description
How to get the
x
y
coordinate data ofRectangleScissors
?For
RectangleRoi
I can get the start and end x y throughcornerstoneTools.getToolState(el, 'RectangleRoi')
, but it seems I cannot get the coordinate data throughgetToolState
forRectangleScissors
🙏