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


deferred class Curve from PGeom inherits Geometry from PGeom

         --- Purpose :
         --  Defines the general abstract class curve in the 3D space.
         --  
	 ---See Also : Curve from Geom.

is

end;