Operating system:
Slicer version:
Expected behavior:
Actual behavior:
Hi all,
how to open Segmentation-Geometry-Widget dialog inside the segment-editor? how to setup parameters? through python.
I try this:
geometryWidget = slicer.qMRMLSegmentationGeometryWidget()
segmentationNode = getNode(‘Segmentation’)
geometryWidget.setSegmentationNode(segmentEditorNode)
geometryWidget.show()
This one seems not associated with my current segment-editor.
From the segment-editor to open the dialog, which looks like this:
Thanks a lot