blob: f04006c8b30687a4168f2e36d6f566d87dd2e4f1 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
|
-- File: LocOpe_HBuilder.cdl
-- Created: Mon Jul 1 16:28:02 1996
-- Author: Jacques GOUSSARD
-- <jag@bravox>
---Copyright: Matra Datavision 1996
private class HBuilder from LocOpe
---Purpose:
inherits HBuilder from TopOpeBRepBuild
uses BuildTool from TopOpeBRepDS
is
Create(BT: BuildTool from TopOpeBRepDS)
---C++: inline
returns mutable HBuilder from LocOpe;
Classify(me)
---C++: inline
returns Boolean from Standard
is static;
Classify(me: mutable; B: Boolean from Standard)
---C++: inline
is static;
end HBuilder;
|