1 -- File: IntPatch_RstInt.cdl
2 -- Created: Fri May 7 12:45:18 1993
3 -- Author: Jacques GOUSSARD
4 ---Copyright: Matra Datavision 1993
6 class RstInt from IntPatch
8 ---Purpose: trouver les points d intersection entre la ligne de
9 -- cheminement et les arcs de restriction
11 uses Polygo from IntPatch,
12 PolygoTool from IntPatch,
14 HSurface from Adaptor3d,
15 TopolTool from Adaptor3d
17 raises DomainError from Standard
21 PutVertexOnLine(myclass;
22 L : in out Line from IntPatch;
23 Surf : HSurface from Adaptor3d;
24 Domain : TopolTool from Adaptor3d;
25 OtherSurf : HSurface from Adaptor3d;
26 OnFirst : Boolean from Standard ;
27 Tol : Real from Standard)
29 raises DomainError from Standard;
30 --- The exception is raised if the Line from is neither
31 -- a WLine nor a RLine.