blob: 86793749ec8414cc9dc692272a151fe2dde3df24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
-- File: IGESToBRep_ToolContainer.cdl
-- Created: Mon Feb 7 13:08:17 2000
-- Author: data exchange team
-- <det@kinox>
---Copyright: Matra Datavision 2000
class ToolContainer from IGESToBRep inherits TShared from MMgt
---Purpose:
uses
IGESBoundary from IGESToBRep
is
Create returns mutable ToolContainer from IGESToBRep;
---Purpose: Empty constructor
IGESBoundary (me) returns IGESBoundary from IGESToBRep is virtual;
---Purpose: Returns IGESToBRep_IGESBoundary
end ToolContainer;
|