blob: c8e0c298ce692e2bb9a45e19f3873fcf624a8a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: PGeom_BoundedSurface.cdl
-- Created: Tue Mar 2 11:46:35 1993
-- Author: Philippe DAUTRY
-- <fid@phylox>
-- Copyright: Matra Datavision 1993
deferred class BoundedSurface from PGeom inherits Surface from PGeom
---Purpose : Defines a non infinite surface limited by its U
-- isoparametric and V isoparametric curves which are
-- the boundaries of the surface.
--
---See Also : BoundedSurface from Geom.
is
end;
|