0022731: Error on attempt to write in IGES 5.3 the attached brep model
[occt.git] / src / IGESControl / IGESControl_ToolContainer.cdl
... / ...
CommitLineData
1-- File: IGESControl_ToolContainer.cdl
2-- Created: Tue Feb 8 09:25:35 2000
3-- Author: data exchange team
4-- <det@kinox>
5---Copyright: Matra Datavision 2000
6
7
8class ToolContainer from IGESControl inherits ToolContainer from IGESToBRep
9
10 ---Purpose:
11
12uses
13
14 IGESBoundary from IGESToBRep
15
16is
17
18 Create returns mutable ToolContainer from IGESControl;
19 ---Purpose: Empty constructor
20
21 IGESBoundary (me) returns IGESBoundary from IGESToBRep is redefined;
22 ---Purpose: Returns IGESControl_IGESBoundary
23
24end ToolContainer;