X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_IntersectionPoint.h;h=ba0ef3825e7b6104689210716cfd1184f52143f8;hb=d6538e024032e6748af2a50cd99c515322a600de;hp=325d522bf42c0892aa05023024b1eeedf2fb3b7b;hpb=bdae5cb5ced067b164d2b20b579addbadc408b67;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_IntersectionPoint.h b/src/SketchAPI/SketchAPI_IntersectionPoint.h index 325d522bf..ba0ef3825 100644 --- a/src/SketchAPI/SketchAPI_IntersectionPoint.h +++ b/src/SketchAPI/SketchAPI_IntersectionPoint.h @@ -52,11 +52,15 @@ public: SKETCHAPI_EXPORT virtual ~SketchAPI_IntersectionPoint(); - INTERFACE_2(SketchPlugin_IntersectionPoint::ID(), + INTERFACE_4(SketchPlugin_IntersectionPoint::ID(), coordinates, SketchPlugin_IntersectionPoint::COORD_ID(), GeomDataAPI_Point2D, /** IntersectionPoint coordinates */, - externalLine, SketchPlugin_IntersectionPoint::EXTERNAL_LINE_ID(), - ModelAPI_AttributeSelection, /** External line */ + externalFeature, SketchPlugin_IntersectionPoint::EXTERNAL_FEATURE_ID(), + ModelAPI_AttributeSelection, /** External edge */, + external, SketchPlugin_IntersectionPoint::EXTERNAL_ID(), + ModelAPI_AttributeSelection, /** External */, + includeToResult, SketchPlugin_IntersectionPoint::INCLUDE_INTO_RESULT(), + ModelAPI_AttributeBoolean, /** Include into result */ ) /// Set by external