# Adding points to open curve

**URL:** https://discourse.slicer.org/t/adding-points-to-open-curve/6044
**Category:** Support
**Created:** [March 6, 2019, 4:46pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044 "2019-03-06T16:46:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [March 6, 2019, 4:46pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044/1 "2019-03-06T16:46:04Z")

</div>

Dear @lassoan and @Davide_Punzo. I just tried the new markup features, and looks great. Thank you very much for all the hardwork. Quick question, is it possible to modify the curve after it is created, i.,e to add points between already existing ones to adjust the curvature more closely to the outline I am tracing?

---

<div class="post-metadata">

### Author: ![jamesobutler](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jamesobutler/32/7511_2.png) [@jamesobutler](https://discourse.slicer.org/u/jamesobutler)
#### Post date: [March 6, 2019, 5:32pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044/2 "2019-03-06T17:32:53Z")

</div>

I believe the correct key action is Ctrl-left click to add an additional point to the curve.

---

<div class="post-metadata">

### Author: ![Davide\_Punzo](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/davide_punzo/32/66104_2.png) [@Davide\_Punzo](https://discourse.slicer.org/u/Davide_Punzo)
#### Post date: [March 6, 2019, 7:00pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044/3 "2019-03-06T19:00:04Z")

</div>

yes! [https://github.com/Slicer/Slicer/blob/master/Modules/Loadable/Markups/VTKWidgets/vtkSlicerCurveWidget.cxx#L51](https://github.com/Slicer/Slicer/blob/master/Modules/Loadable/Markups/VTKWidgets/vtkSlicerCurveWidget.cxx#L51)

---

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [March 6, 2019, 10:05pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044/4 "2019-03-06T22:05:42Z")

</div>

Thank you that worked well. Couple more comments/issues: Fiducial projection doesn’t seem to do anything. I have these error messages in the log file, whether they are related or not: Last message repeated a bunch of times for each fiducial created.

> class QColor \_\_cdecl qSlicerSubjectHierarchyMarkupsPlugin::getDisplayColor(\_\_int64,class QMap\<int,class QVariant\> &) const : No display node  
> vtkMRMLMarkupsNode::GetNthControlPointSelected failed: control point 1 does not exist

---

<div class="post-metadata">

### Author: ![Davide\_Punzo](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/davide_punzo/32/66104_2.png) [@Davide\_Punzo](https://discourse.slicer.org/u/Davide_Punzo)
#### Post date: [March 6, 2019, 10:22pm UTC](https://discourse.slicer.org/t/adding-points-to-open-curve/6044/5 "2019-03-06T22:22:01Z")

</div>

thanks for reporting. Fiducial projection is still not implemented.

For reference here there are all the known reaming bugs and missing features:  
[https://1drv.ms/x/s!Arm\_AFxB9yqHtvxAsyBDU\_3C1IxfGA](https://1drv.ms/x/s!Arm_AFxB9yqHtvxAsyBDU_3C1IxfGA)
