File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ Constraint for soft lock to a common angle
7575
7676 QList<QgsPointXY> cadPointList;
7777%Docstring
78- point (index 2) for alignment purposes.
78+ List of recent CAD points in map coordinates. These are used to turn relative constraints to absolute.
79+ First point is the most recent point. Currently using only "previous" point (index 1) and "penultimate"
80+ point (index 2) for alignment purposes.
7981%End
8082
8183 };
Original file line number Diff line number Diff line change @@ -69,9 +69,11 @@ class CORE_EXPORT QgsCadUtils
6969 // ! Constraint for soft lock to a common angle
7070 QgsCadUtils::AlignMapPointConstraint commonAngleConstraint;
7171
72- // ! List of recent CAD points in map coordinates. These are used to turn relative constraints to absolute.
73- // ! First point is the most recent point. Currently using only "previous" point (index 1) and "penultimate"
74- // ! point (index 2) for alignment purposes.
72+ /* *
73+ * List of recent CAD points in map coordinates. These are used to turn relative constraints to absolute.
74+ * First point is the most recent point. Currently using only "previous" point (index 1) and "penultimate"
75+ * point (index 2) for alignment purposes.
76+ */
7577 QList<QgsPointXY> cadPointList;
7678
7779 /* *
You can’t perform that action at this time.
0 commit comments