blob: e9ec09c80512f3a3e82a37c0212997651ba72a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
-- File: Geom2dHacth.cdl
-- Created: Thu Feb 3 11:04:48 1994
-- Author: Jean Marc LACHAUME
-- <jml@phylox>
---Copyright: Matra Datavision 1994
package Geom2dHatch
uses
Geom2dAdaptor ,
Geom2dInt ,
gp ,
HatchGen
is
class Intersector ;
class Hatcher instantiates Hatcher from HatchGen
(Curve from Geom2dAdaptor,
Curve from Geom2dAdaptor,
Intersector from Geom2dHatch) ;
end Geom2dHatch ;
|