X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Tools.h;h=b76e1dd4449892fedd0047668f439fcacda3d8c0;hb=b73fb7468bea81901dbeed8e229d742f788ec282;hp=1f5bf51b12ae1b4c36a5e8d4a91a80660e42fea1;hpb=dc7d4d86b58b81684abc9b5a2be8ec30f210c2da;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Tools.h b/src/PartSet/PartSet_Tools.h index 1f5bf51b1..b76e1dd44 100755 --- a/src/PartSet/PartSet_Tools.h +++ b/src/PartSet/PartSet_Tools.h @@ -273,12 +273,18 @@ public: const Events_ID theId); /** - * Returns true if the object is a sketch entity, where auxiliary attribute has true vlaue + * Returns true if the object is a sketch entity, where auxiliary attribute has true value * \param theObject a result or feature * \return boolean result */ static bool isAuxiliarySketchEntity(const ObjectPtr& theObject); + /** + * Returns true if the object is a sketch entity produced by projection or intersection feature + * and if it should not be included into the sketch result + */ + static bool isIncludeIntoSketchResult(const ObjectPtr& theObject); + static ResultPtr createFixedByExternalCenter(const ObjectPtr& theObject, const std::shared_ptr& theEdge, ModelAPI_AttributeSelection::CenterType theType,