summaryrefslogtreecommitdiff
path: root/inc/ChFiKPart_ComputeData_ChPlnPln.hxx
blob: c0029f20a3e5c2a17c7908b9a246689c532af41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// File:	ChFiKPart_ComputeData_ChPlnPln..hxx
// Created:	Fri Apr 28 09:52:32 1995
// Author:	Stagiaire Flore Lautheanne
//		<fla@phylox>


#ifndef _ChFiKPart_ComputeData_ChPlnPln_HeaderFile
#define _ChFiKPart_ComputeData_ChPlnPln_HeaderFile


Standard_Boolean ChFiKPart_MakeChamfer(TopOpeBRepDS_DataStructure& DStr,
				       const Handle(ChFiDS_SurfData)& Data, 
				       const gp_Pln& Pl1, 
				       const gp_Pln& Pl2, 
				       const TopAbs_Orientation Or1,
				       const TopAbs_Orientation Or2,
				       const Standard_Real Dis1, 
				       const Standard_Real Dis2, 
				       const gp_Lin& Spine, 
				       const Standard_Real First, 
				       const TopAbs_Orientation Of1);

#endif