X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Builder.h;h=a2d67beb84f2e47bdde2b39f9596575eba5daa42;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=f7775ea91922ec5fe19f5267968acc335f476239;hpb=c3aeb6b898054376c1047071ea9fea61abdc9e99;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Builder.h b/src/SketchSolver/SketchSolver_Builder.h index f7775ea91..a2d67beb8 100644 --- a/src/SketchSolver/SketchSolver_Builder.h +++ b/src/SketchSolver/SketchSolver_Builder.h @@ -43,7 +43,7 @@ public: /// \param theGroupID [in] group the constraint belongs to /// \param theSketchID [in] sketch the constraint belongs to /// \param theType [in] type of constraint - /// \param theValue [in] numeric characteristic of constraint + /// \param theValue [in] numeric characteristic of constraint /// (e.g. distance or radius) if applicable /// \param theEntity1 [in] first attribute of constraint /// \param theEntity2 [in] second attribute of constraint @@ -68,9 +68,9 @@ public: /// \param theGroupID [in] group the constraint belongs to /// \param theSketchID [in] sketch the constraint belongs to /// \param theType [in] type of constraint - /// \param theValue [in] numeric characteristic of constraint (angle for multi-rotation) + /// \param theValue [in] numeric characteristic of constraint (angle for multi-rotation) /// if applicable - /// \param theFullValue [in] indicates theValue shows full translation delta/rotation angle or + /// \param theFullValue [in] indicates theValue shows full translation delta/rotation angle or /// delta/angle between neighbor entities /// \param thePoint1 [in] center for multi-rotation or start point for multi-translation /// \param thePoint2 [in] end point for multi-translation (empty for multi-rotation) @@ -119,7 +119,7 @@ public: /// \brief Check if two connected arcs have centers /// in same direction relatively to connection point - SKETCHSOLVER_EXPORT virtual bool isArcArcTangencyInternal(EntityWrapperPtr theArc1, + SKETCHSOLVER_EXPORT virtual bool isArcArcTangencyInternal(EntityWrapperPtr theArc1, EntityWrapperPtr theArc2) const { return false; } };