]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_OperationFeatureCreate.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_OperationFeatureCreate.cpp
index 2e864b576de077897f54c6085983b1a69970d974..43b841bca025fa713af1808b25ae09b703927615 100644 (file)
@@ -61,9 +61,9 @@ bool PartSet_OperationFeatureCreate::canProcessKind(const std::string& theId)
   return theId == SKETCH_LINE_KIND || theId == SKETCH_POINT_KIND ||
          theId == SKETCH_CIRCLE_KIND ||
          theId == SKETCH_ARC_KIND ||
-         theId == SKETCH_CONSTRAINT_DISTANCE_KIND /*||
+         theId == SKETCH_CONSTRAINT_DISTANCE_KIND ||
          theId == SKETCH_CONSTRAINT_LENGTH_KIND ||
-         theId == SKETCH_CONSTRAINT_RADIUS_KIND ||
+         theId == SKETCH_CONSTRAINT_RADIUS_KIND /*||
          theId == SKETCH_CONSTRAINT_PARALLEL_KIND ||
          theId == SKETCH_CONSTRAINT_PERPENDICULAR_KIND*/;
 }