blob: 2c5d4d6aa22305ace30fa203324072ba0baf8b9d (
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
|
-- File: PNaming.cdl
-- Created: Fri Apr 11 12:38:53 1997
-- Author: VAUTHIER Jean-Claude
---Copyright: Matra Datavision 1997
package PNaming
---Purpose:
uses Standard,
PCollection,
PTopoDS,
PColStd,
PDF
is
class Name;
class Name_1;
class NamedShape;
class Naming;
class Naming_1;
class HArray1OfNamedShape instantiates HArray1 from PCollection (NamedShape);
end PNaming;
|