mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Build fix in CDL files.
This commit is contained in:
parent
9f066175b1
commit
6fe68c225f
@ -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,
|
||||||
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
raises ConstructionError from Standard
|
raises ConstructionError from Standard
|
||||||
|
|
||||||
|
@ -41,7 +41,8 @@ uses
|
|||||||
ListOfShape from TopTools,
|
ListOfShape from TopTools,
|
||||||
SecHArray1 from ChFiDS,
|
SecHArray1 from ChFiDS,
|
||||||
HBuilder from TopOpeBRepBuild,
|
HBuilder from TopOpeBRepBuild,
|
||||||
ShapeModification from BRepBuilderAPI
|
ShapeModification from BRepBuilderAPI,
|
||||||
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
raises
|
raises
|
||||||
NotDone from StdFail ,
|
NotDone from StdFail ,
|
||||||
|
@ -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,
|
||||||
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
is
|
is
|
||||||
|
|
||||||
|
@ -53,7 +53,8 @@ uses
|
|||||||
Vertex from TopoDS,
|
Vertex from TopoDS,
|
||||||
TransitionMode from BRepBuilderAPI,
|
TransitionMode from BRepBuilderAPI,
|
||||||
PipeError from BRepBuilderAPI,
|
PipeError from BRepBuilderAPI,
|
||||||
PipeShell from BRepFill
|
PipeShell from BRepFill,
|
||||||
|
IndexedMapOfShape from TopTools
|
||||||
|
|
||||||
raises
|
raises
|
||||||
DomainError from Standard,
|
DomainError from Standard,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user