summaryrefslogtreecommitdiff
path: root/src/PGeom2d/PGeom2d_BoundedCurve.cdl
blob: fd3934e16cb4dd027f8db29379e28b0e2e378a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- File:	PGeom2d_BoundedCurve.cdl
-- Created:	Tue Apr  6 17:14:21 1993
-- Author:	Philippe DAUTRY
--		<fid@mastox>
-- Copyright:	 Matra Datavision 1993


deferred class BoundedCurve from PGeom2d inherits Curve from PGeom2d

        ---Purpose : Defines a bounded  curve, with finite arc length.
        --         The curve is limited with its parametric values.
        --         
	---See Also BoundedCurve from Geom2d.

is

end;