0022312: Translation of french commentaries in OCCT files
[occt.git] / src / BRepFill / BRepFill_ACRLaw.cdl
CommitLineData
7fd59977 1-- File: BRepFill_Edge3DLaw.cdl
2-- Created: Tue Sep 1 13:29:02 1998
3-- Author: Stephanie HUMEAU
4-- <shu@sun17>
5---Copyright: Matra Datavision 1998
6
7
8class ACRLaw from BRepFill inherits LocationLaw from BRepFill
9
0d969553
Y
10 ---Purpose: Build Location Law, with a Wire. In the case
11 -- of guided contour and trihedron by reduced
12 -- curvilinear abscissa
7fd59977 13
14
15
16uses
17 Wire from TopoDS,
18 LocationLaw from GeomFill,
19 LocationGuide from GeomFill,
20 HArray1OfReal from TColStd
21
22is
23 Create (Path : Wire from TopoDS;
24 Law : LocationGuide from GeomFill)
25 returns ACRLaw from BRepFill;
26
27fields
28 OrigParam : HArray1OfReal from TColStd;
29
30end ACRLaw;