return myObjs->objectByName(theGroupID, theName);
}
-const int Model_Document::index(std::shared_ptr<ModelAPI_Object> theObject, const bool theAllowFolder)
+const int Model_Document::index(std::shared_ptr<ModelAPI_Object> theObject,
+ const bool theAllowFolder)
{
return myObjs->index(theObject, theAllowFolder);
}
if (theFeatures.empty())
return false;
- FolderPtr aFirstFeatureFolder = inFolder(theFeatures.front(), ModelAPI_Folder::FIRST_FEATURE_ID());
- FolderPtr aLastFeatureFolder = inFolder(theFeatures.back(), ModelAPI_Folder::LAST_FEATURE_ID());
+ FolderPtr aFirstFeatureFolder =
+ inFolder(theFeatures.front(), ModelAPI_Folder::FIRST_FEATURE_ID());
+ FolderPtr aLastFeatureFolder =
+ inFolder(theFeatures.back(), ModelAPI_Folder::LAST_FEATURE_ID());
bool isExtractBeforeFolder = theBefore;
FolderPtr aFoundFolder =