}
void SketchPlugin_Split::getConstraints(std::set<FeaturePtr>& theFeaturesToDelete,
- std::set<FeaturePtr>& theFeaturesToUpdate,
- std::map<FeaturePtr, IdToPointPair>& theCoincidenceToFeature)
+ std::set<FeaturePtr>& theFeaturesToUpdate,
+ std::map<FeaturePtr, IdToPointPair>& theCoincidenceToFeature)
{
std::shared_ptr<ModelAPI_Data> aData = data();
return anAttributes;
}
-std::shared_ptr<GeomDataAPI_Point2D> SketchPlugin_Split::getPointAttribute(const bool isFirstAttribute)
+std::shared_ptr<GeomDataAPI_Point2D> SketchPlugin_Split::getPointAttribute
+ (const bool isFirstAttribute)
{
std::shared_ptr<GeomDataAPI_Point2D> anAttribute;