Integration of OCCT 6.5.0 from SVN
[occt.git] / src / PXCAFDoc / PXCAFDoc_Area.cdl
1 -- File:        PXCAFDoc_Area.cdl
2 -- Created:     Fri Sep  8 17:56:32 2000
3 -- Author:      data exchange team
4 --              <det@nordox.nnov.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 2000
6
7
8 class Area from PXCAFDoc inherits  Attribute from PDF
9
10         ---Purpose: 
11 uses 
12     Real from Standard
13
14 is
15     Create returns mutable Area from PXCAFDoc;
16
17     Create (Value     : Real from Standard)
18     returns mutable Area from PXCAFDoc;
19     
20     Get (me) returns Real from Standard;
21
22     Set (me : mutable; V : Real from Standard);
23     
24 fields
25
26     myValue     : Real    from Standard;
27
28 end Area from PXCAFDoc;