Salome HOME
Issue #399: Create a rigid vertex on selection of external one
[modules/shaper.git] / src / PartSet / PartSet_Tools.cpp
index 0b07da7e75db47c670207a7138059a3b9048c0fe..4bab36441129bfa093884895d0e14bb5f772ce49 100644 (file)
@@ -433,7 +433,7 @@ bool PartSet_Tools::isConstraintFeature(const std::string& theKind)
       || theKind == SketchPlugin_ConstraintRigid::ID();
 }
 
-ResultPtr PartSet_Tools::createFixedObjectByEdge(const TopoDS_Shape& theShape, 
+ResultPtr PartSet_Tools::createFixedObjectByExternal(const TopoDS_Shape& theShape, 
                                                  const ObjectPtr& theObject, 
                                                  CompositeFeaturePtr theSketch)
 {