From: nds Date: Mon, 29 Feb 2016 12:54:55 +0000 (+0300) Subject: Auxiliary state for Intersection point X-Git-Tag: V_2.2.0~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e64f74161708d0aa6a35bd989383fb959592f69d;p=modules%2Fshaper.git Auxiliary state for Intersection point --- diff --git a/src/SketchPlugin/SketchPlugin_IntersectionPoint.cpp b/src/SketchPlugin/SketchPlugin_IntersectionPoint.cpp index 3643b3ca7..3f7c94a89 100644 --- a/src/SketchPlugin/SketchPlugin_IntersectionPoint.cpp +++ b/src/SketchPlugin/SketchPlugin_IntersectionPoint.cpp @@ -22,7 +22,6 @@ SketchPlugin_IntersectionPoint::SketchPlugin_IntersectionPoint() void SketchPlugin_IntersectionPoint::initDerivedClassAttributes() { data()->addAttribute(EXTERNAL_LINE_ID(), ModelAPI_AttributeSelection::typeId()); - ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), AUXILIARY_ID()); SketchPlugin_Point::initDerivedClassAttributes(); } diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 15abcf336..ae3ad77c2 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -40,6 +40,7 @@ +