-- Created on: 1993-07-12 -- Created by: Yves FRICAUD -- Copyright (c) 1993-1999 Matra Datavision -- Copyright (c) 1999-2014 OPEN CASCADE SAS -- -- This file is part of Open CASCADE Technology software library. -- -- This library is free software; you can redistribute it and/or modify it under -- the terms of the GNU Lesser General Public License version 2.1 as published -- by the Free Software Foundation, with special exception defined in the file -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -- distribution for complete text of the license and disclaimer of any warranty. -- -- Alternatively, this file may be used under the terms of Open CASCADE -- commercial license or contractual agreement. class Tool2d from MAT2d ---Purpose: Set of the methods useful for the MAT's computation. -- Tool2d contains the geometry of the bisecting locus. uses JoinType from GeomAbs, Bisec from Bisector, Side from MAT, Bisector from MAT, Connexion from MAT2d, Circuit from MAT2d, DataMapOfIntegerBisec from MAT2d, DataMapOfIntegerPnt2d from MAT2d, DataMapOfIntegerVec2d from MAT2d, SequenceOfInteger from TColStd, Pnt2d from gp, Vec2d from gp, TrimmedCurve from Geom2d, Curve from Geom2d, Geometry from Geom2d is Create returns Tool2d from MAT2d; --- Purpose : Empty Constructor. --- Category : Initialisation. Sense(me : in out ; aside : Side from MAT) --- Purpose :