mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Build fix in CDL files.
This commit is contained in:
parent
bee7f8fc7a
commit
671eb1e862
@ -49,7 +49,8 @@ uses Shape from TopoDS,
|
||||
DataMapOfShapeShape from TopTools,
|
||||
SequenceOfCurve from TColGeom,
|
||||
Curve from Geom,
|
||||
StatusError from BRepFeat
|
||||
StatusError from BRepFeat,
|
||||
TopTools from IndexedMapOfShape
|
||||
|
||||
raises ConstructionError from Standard
|
||||
|
||||
|
@ -47,7 +47,8 @@ uses
|
||||
FilletShape from ChFi3d,
|
||||
HBuilder from TopOpeBRepBuild,
|
||||
MapOfShape from TopTools,
|
||||
ShapeModification from BRepBuilderAPI
|
||||
ShapeModification from BRepBuilderAPI,
|
||||
TopTools from IndexedMapOfShape
|
||||
|
||||
raises
|
||||
NotDone from StdFail ,
|
||||
|
@ -38,7 +38,8 @@ uses
|
||||
Wire from TopoDS,
|
||||
Shape from TopoDS,
|
||||
Edge from TopoDS,
|
||||
ListOfShape from TopTools
|
||||
ListOfShape from TopTools,
|
||||
TopTools from IndexedMapOfShape
|
||||
|
||||
is
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user