Hello,
I am wondering if it is possible to place one fiducial point at a time when using MarkupsLineNode
. I would like the user to place one point, without having to place the second point to complete the line.
I’d like the line to be displayed following placement of the second fiducial. I am using the MarkupsLineNode
to plot a planned trajectory.
I have tried applying the following to each fiducial point but it doesn’t seem to work:
self.Point = slicer.qSlicerMarkupsPlaceWidget()
self.Point.placeMultipleMarkups = slicer.qSlicerMarkupsPlaceWidget.ForcePlaceSingleMarkup
Thanks!
Greydon