constraint: revert SketchPlane id
This commit is contained in:
parent
56afab3245
commit
827d2c0f96
|
@ -1142,7 +1142,7 @@ class ArcLineTangent(Base2):
|
||||||
'at the start or end point of the arc.'
|
'at the start or end point of the arc.'
|
||||||
|
|
||||||
class Colinear(Base2):
|
class Colinear(Base2):
|
||||||
_id = 38
|
_id = 39
|
||||||
_entityDef = (_la, _l)
|
_entityDef = (_la, _l)
|
||||||
_workplane = True
|
_workplane = True
|
||||||
_iconName = 'Assembly_ConstraintColinear.svg'
|
_iconName = 'Assembly_ConstraintColinear.svg'
|
||||||
|
@ -1155,7 +1155,7 @@ class BaseSketch(Base):
|
||||||
|
|
||||||
|
|
||||||
class SketchPlane(BaseSketch):
|
class SketchPlane(BaseSketch):
|
||||||
_id = 39
|
_id = 38
|
||||||
_iconName = 'Assembly_ConstraintSketchPlane.svg'
|
_iconName = 'Assembly_ConstraintSketchPlane.svg'
|
||||||
_tooltip='Add a "{0}" to define the work plane of any draft element\n'\
|
_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'\
|
'inside or following this constraint. Add an empty "{0}" to\n'\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user