1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/src/PXCAFDoc/PXCAFDoc_Volume.cdl
2012-03-05 19:23:40 +04:00

28 lines
584 B
Plaintext
Executable File

-- File: PXCAFDoc_Volume.cdl
-- Created: Fri Sep 8 17:56:32 2000
-- Author: data exchange team
-- <det@nordox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2000
class Volume from PXCAFDoc inherits Attribute from PDF
---Purpose:
uses
Real from Standard
is
Create returns mutable Volume from PXCAFDoc;
Create (Value : Real from Standard)
returns mutable Volume from PXCAFDoc;
Get (me) returns Real from Standard;
Set (me : mutable; V : Real from Standard);
fields
myValue : Real from Standard;
end Volume from PXCAFDoc;