mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Build fix 2 in CDL files.
This commit is contained in:
parent
671eb1e862
commit
9cd1334737
@ -50,7 +50,7 @@ uses Shape from TopoDS,
|
|||||||
SequenceOfCurve from TColGeom,
|
SequenceOfCurve from TColGeom,
|
||||||
Curve from Geom,
|
Curve from Geom,
|
||||||
StatusError from BRepFeat,
|
StatusError from BRepFeat,
|
||||||
TopTools from IndexedMapOfShape
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
raises ConstructionError from Standard
|
raises ConstructionError from Standard
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ uses
|
|||||||
HBuilder from TopOpeBRepBuild,
|
HBuilder from TopOpeBRepBuild,
|
||||||
MapOfShape from TopTools,
|
MapOfShape from TopTools,
|
||||||
ShapeModification from BRepBuilderAPI,
|
ShapeModification from BRepBuilderAPI,
|
||||||
TopTools from IndexedMapOfShape
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
raises
|
raises
|
||||||
NotDone from StdFail ,
|
NotDone from StdFail ,
|
||||||
|
@ -39,7 +39,7 @@ uses
|
|||||||
Shape from TopoDS,
|
Shape from TopoDS,
|
||||||
Edge from TopoDS,
|
Edge from TopoDS,
|
||||||
ListOfShape from TopTools,
|
ListOfShape from TopTools,
|
||||||
TopTools from IndexedMapOfShape
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
is
|
is
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user