From: nds Date: Tue, 24 Jun 2014 17:01:13 +0000 (+0400) Subject: refs #80 - Sketch base GUI: create/draw point, circle and arc X-Git-Tag: V_0.4.4~247 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1415276ab954e686026d88c8cf65812d16134f48;p=modules%2Fshaper.git refs #80 - Sketch base GUI: create/draw point, circle and arc Parallel and perpedicular of line features. --- diff --git a/src/PartSet/PartSet_OperationFeatureCreate.cpp b/src/PartSet/PartSet_OperationFeatureCreate.cpp index 43b841bca..ec146ba79 100644 --- a/src/PartSet/PartSet_OperationFeatureCreate.cpp +++ b/src/PartSet/PartSet_OperationFeatureCreate.cpp @@ -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