Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GeomFill / GeomFill_TrihedronWithGuide.cdl
1 -- File:        GeomFill_TrihedronWithGuide.cdl
2 -- Created:     Wed Jul  8 11:37:35 1998
3 -- Author:      Stephanie HUMEAU
4 --              <shu@sun17>
5 ---Copyright:    Matra Datavision 1998
6
7 deferred  class TrihedronWithGuide from GeomFill  
8 inherits TrihedronLaw from GeomFill
9
10         ---Purpose: To define Trihedron along one Curve with a guide
11         --          
12         --          
13         --          
14       
15 uses 
16     HCurve from  Adaptor3d, 
17     Real  from  Standard 
18
19 raises 
20     OutOfRange,  NotImplemented   
21
22 is  
23      
24     Guide(me) 
25     returns  HCurve  from  Adaptor3d 
26     is  deferred;  
27      
28     Origine(me  :  mutable; 
29             Param1  :  Real; 
30             Param2  :  Real) 
31     is deferred;
32           
33 fields 
34     myGuide  :  HCurve  from  Adaptor3d  is  protected; 
35     myTrimG  :  HCurve  from  Adaptor3d  is  protected; 
36
37 end TrihedronWithGuide;
38