1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

Build fix in CDL files.

This commit is contained in:
abk 2013-03-05 15:55:49 +04:00
parent bee7f8fc7a
commit 671eb1e862
3 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,8 @@ uses Shape from TopoDS,
DataMapOfShapeShape from TopTools, DataMapOfShapeShape from TopTools,
SequenceOfCurve from TColGeom, SequenceOfCurve from TColGeom,
Curve from Geom, Curve from Geom,
StatusError from BRepFeat StatusError from BRepFeat,
TopTools from IndexedMapOfShape
raises ConstructionError from Standard raises ConstructionError from Standard

View File

@ -47,7 +47,8 @@ uses
FilletShape from ChFi3d, FilletShape from ChFi3d,
HBuilder from TopOpeBRepBuild, HBuilder from TopOpeBRepBuild,
MapOfShape from TopTools, MapOfShape from TopTools,
ShapeModification from BRepBuilderAPI ShapeModification from BRepBuilderAPI,
TopTools from IndexedMapOfShape
raises raises
NotDone from StdFail , NotDone from StdFail ,

View File

@ -38,7 +38,8 @@ uses
Wire from TopoDS, Wire from TopoDS,
Shape from TopoDS, Shape from TopoDS,
Edge from TopoDS, Edge from TopoDS,
ListOfShape from TopTools ListOfShape from TopTools,
TopTools from IndexedMapOfShape
is is