From 827d2c0f9636cdd0de3ab8ea2d1f8852f0c2c77f Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Tue, 6 Mar 2018 10:57:22 +0800 Subject: [PATCH] constraint: revert SketchPlane id --- constraint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constraint.py b/constraint.py index bc0a4e7..2c4a6ce 100644 --- a/constraint.py +++ b/constraint.py @@ -1142,7 +1142,7 @@ class ArcLineTangent(Base2): 'at the start or end point of the arc.' class Colinear(Base2): - _id = 38 + _id = 39 _entityDef = (_la, _l) _workplane = True _iconName = 'Assembly_ConstraintColinear.svg' @@ -1155,7 +1155,7 @@ class BaseSketch(Base): class SketchPlane(BaseSketch): - _id = 39 + _id = 38 _iconName = 'Assembly_ConstraintSketchPlane.svg' _tooltip='Add a "{0}" to define the work plane of any draft element\n'\ 'inside or following this constraint. Add an empty "{0}" to\n'\