Integration of OCCT 6.5.0 from SVN
[occt.git] / src / ChFi3d / ChFi3d_ChBuilder_C2.cxx
CommitLineData
7fd59977 1// File: ChFi3d_ChBuilder_C2.cxx
2// Created: Fri Jul 26 17:27:36 1996
3// Author: Stagiaire Xuan Trang PHAMPHU
4// <xpu@pomalox.paris1.matra-dtv.fr>
5
6
7#include <ChFi3d_ChBuilder.jxx>
8
9//=======================================================================
10//function : PerformTwoCorner
11//purpose :
12
13//=======================================================================
14
15void ChFi3d_ChBuilder::PerformTwoCorner(const Standard_Integer Index)
16{
17 PerformTwoCornerbyInter(Index);
18}