File indexing completed on 2025-01-18 10:03:22
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _ChFiKPart_ComputeData_ChPlnCyl_HeaderFile
0018 #define _ChFiKPart_ComputeData_ChPlnCyl_HeaderFile
0019
0020 Standard_Boolean ChFiKPart_MakeChamfer(TopOpeBRepDS_DataStructure& DStr,
0021 const Handle(ChFiDS_SurfData)& Data,
0022 const ChFiDS_ChamfMode theMode,
0023 const gp_Pln& Pln,
0024 const gp_Cylinder& Cyl,
0025 const Standard_Real fu,
0026 const Standard_Real lu,
0027 const TopAbs_Orientation Or1,
0028 const TopAbs_Orientation Or2,
0029 const Standard_Real Dis1,
0030 const Standard_Real Dis2,
0031 const gp_Circ& Spine,
0032 const Standard_Real First,
0033 const TopAbs_Orientation Ofpl,
0034 const Standard_Boolean plandab);
0035
0036
0037
0038
0039
0040
0041 Standard_Boolean ChFiKPart_MakeChamfer(TopOpeBRepDS_DataStructure& DStr,
0042 const Handle(ChFiDS_SurfData)& Data,
0043 const ChFiDS_ChamfMode theMode,
0044 const gp_Pln& Pln,
0045 const gp_Cylinder& Cyl,
0046 const Standard_Real fu,
0047 const Standard_Real lu,
0048 const TopAbs_Orientation Or1,
0049 const TopAbs_Orientation Or2,
0050 const Standard_Real Dis1,
0051 const Standard_Real Dis2,
0052 const gp_Lin& Spine,
0053 const Standard_Real First,
0054 const TopAbs_Orientation Ofpl,
0055 const Standard_Boolean plandab);
0056
0057 #endif