]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Tue, 24 Jun 2014 17:01:13 +0000 (21:01 +0400)
committernds <natalia.donis@opencascade.com>
Tue, 24 Jun 2014 17:01:13 +0000 (21:01 +0400)
Parallel and perpedicular of line features.

src/PartSet/PartSet_OperationFeatureCreate.cpp

index 43b841bca025fa713af1808b25ae09b703927615..ec146ba79352f4a3cf1a9e31ee2ea0244c7416a0 100644 (file)
@@ -63,9 +63,9 @@ bool PartSet_OperationFeatureCreate::canProcessKind(const std::string& theId)
          theId == SKETCH_ARC_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*/;
+         theId == SKETCH_CONSTRAINT_PERPENDICULAR_KIND;
 }
 
 bool PartSet_OperationFeatureCreate::canBeCommitted() const