summaryrefslogtreecommitdiff
path: root/src/BRepFill/BRepFill_ACRLaw.cdl
blob: 144719fbf8f27494256d4e133e20320ae4985505 (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
25
26
27
28
29
30
31
-- File:   BRepFill_Edge3DLaw.cdl  
-- Created: Tue Sep  1   13:29:02 1998
-- Author:	Stephanie HUMEAU
--		<shu@sun17>
---Copyright:	 Matra Datavision 1998


class ACRLaw from BRepFill inherits LocationLaw  from  BRepFill 

	---Purpose: Build Location Law,  with a Wire.   dans le cas du
	--          contour guide et triedre par Abscisse Curviligne
	--          Reduite
	--          
	       
       

uses
  Wire  from  TopoDS,
  LocationLaw from GeomFill, 
  LocationGuide from GeomFill, 
  HArray1OfReal from TColStd

is 
    Create (Path   :  Wire  from  TopoDS;  
            Law    : LocationGuide from GeomFill)  
    returns ACRLaw from BRepFill; 
    
fields 
     OrigParam  : HArray1OfReal  from TColStd; 
 
end ACRLaw;