cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
577 stars 452 forks source link

How to get x y coordinate data of RectangleScissors #1526

Open 1isten opened 1 year ago

1isten commented 1 year ago

Prerequisites

Description

How to get the x y 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 🙏

herohql521 commented 3 months ago

请问找到解决方法了吗