blob: 3e3d69b2a9a790cf9e5cc97412a2f95c2ba9f6e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- File: PGeom2d_Geometry.cdl
-- Created: Tue Apr 6 17:27:10 1993
-- Author: Philippe DAUTRY
-- <fid@mastox>
-- Copyright: Matra Datavision 1993
deferred class Geometry from PGeom2d inherits Persistent
---Purpose : The general abstract class Geometry in 3D space
-- describes the common behaviour of all the geometric
-- entities.
--
---See Also : Geometry from Geom2d.
is
end;
|