mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
HOMAG patch for OCCT 6.7.0
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
--
|
||||
-- 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 version 2.1 as published
|
||||
-- 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.
|
||||
@@ -19,6 +19,7 @@ package BRepMAT2d
|
||||
---Purpose:
|
||||
|
||||
uses
|
||||
GeomAbs,
|
||||
MAT2d,
|
||||
MAT,
|
||||
TCollection,
|
||||
@@ -27,29 +28,20 @@ uses
|
||||
Geom2d,
|
||||
gp,
|
||||
TopoDS,
|
||||
TopTools
|
||||
TopTools,
|
||||
Bisector
|
||||
|
||||
is
|
||||
class Explorer;
|
||||
---Purpose: Construct an explorer for the computation of the
|
||||
-- bisecting locus from a Wire, a Face, or a set of
|
||||
-- curves from Geom2d.
|
||||
|
||||
class BisectingLocus instantiates BisectingLocus from MAT2d
|
||||
(Explorer from BRepMAT2d);
|
||||
---Purpose: the map of bisecting locus.
|
||||
|
||||
class BisectingLocus;
|
||||
|
||||
class LinkTopoBilo;
|
||||
---Purpose: Constucts links between the Wire or the Face and
|
||||
-- the BasicElts contained in the bisecting locus.
|
||||
|
||||
|
||||
class SequenceOfBasicElt instantiates Sequence from TCollection
|
||||
(BasicElt from MAT);
|
||||
|
||||
class DataMapOfShapeSequenceOfBasicElt instantiates DataMap from TCollection
|
||||
(Shape from TopoDS,
|
||||
SequenceOfBasicElt from BRepMAT2d,
|
||||
SequenceOfBasicElt from MAT,
|
||||
ShapeMapHasher from TopTools);
|
||||
|
||||
class DataMapOfBasicEltShape instantiates
|
||||
|
Reference in New Issue
Block a user