summaryrefslogtreecommitdiff
path: root/src/PGeom/PGeom_Geometry.cdl
blob: fd036e3d2d8947c4050b9241cb06bc0971f33bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- File:	PGeom_Geometry.cdl
-- Created:	Mon Feb 22 17:09:16 1993
-- Author:	Philippe DAUTRY
--		<fid@phobox>
-- Copyright:	 Matra Datavision 1993


deferred class Geometry from PGeom inherits Persistent

        ---Purpose : The  general abstract class  Geometry in 3D space
        --         describes the common behaviour of all the geometric
        --         entities.
        --        
	---See Also : Geometry from Geom.


is

end;