blob: 0f71b9db86f3c603af9239efdffa16c56b9acb95 (
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: NLPlate.cdl
-- Created: Wed Apr 8 18:27:28 1998
-- Author: Andre LIEUTIER
-- <alr@sgi63>
---Copyright: Matra Datavision 1998
package NLPlate
uses
Plate, Geom, TCollection, TColStd,
math, gp, TColgp, GeomAbs
is
class NLPlate;
-- Constraints Class
deferred class HGPPConstraint;
class HPG0Constraint;
class HPG0G1Constraint;
class HPG0G2Constraint;
class HPG0G3Constraint;
class HPG1Constraint;
class HPG2Constraint;
class HPG3Constraint;
--
-- utilities and internal Classes
class StackOfPlate instantiates Stack from TCollection
(Plate from Plate);
class SequenceOfHGPPConstraint instantiates Sequence from TCollection
(HGPPConstraint);
end NLPlate;
|