OCC22311 A regression was found: face obtained from 2D offset of a wire is invalid
[occt.git] / src / BRepFill / BRepFill_ShapeLaw.lxx
CommitLineData
7fd59977 1// File: BRepFill_ShapeLaw.lxx
2// Created: Mon Aug 24 16:26:52 1998
3// Author: Philippe MANGIN
4// <pmn@sgi29>
5
6#include <TopoDS.hxx>
7#include <TopTools_HArray1OfShape.hxx>
8
9//=======================================================================
10//function : Edge
11//purpose :
12//=======================================================================
13inline const TopoDS_Edge&
14 BRepFill_ShapeLaw::Edge(const Standard_Integer Index) const
15{
16 return TopoDS::Edge(myEdges->Value(Index));
17}