0028828: Modeling Algorithms - New functionalities of BRepFilletAPI_MakeChamfer algorithm IR-2018-11-16
authorjgv <jgv@opencascade.com>
Wed, 14 Jun 2017 13:28:15 +0000 (16:28 +0300)
committerapn <apn@opencascade.com>
Fri, 16 Nov 2018 16:16:05 +0000 (19:16 +0300)
commit1d54b80764aaf3eca366cfe888cb5da952c1adb1
treeeef6a73389a1e78daf211fa330dc7e5976fc4ecb
parent364c88864bef89b644d5b3e07e506866525b10e3
0028828: Modeling Algorithms - New functionalities of BRepFilletAPI_MakeChamfer algorithm

Two new functionalities have been added in BRepFilletAPI_MakeChamfer:
- constant throat (the section of chamfer is isosceles triangle, its height is constant in all sections - this is the "throat" of the weld);
- constant throat with penetration(the section of chamfer is right-angled triangle, the first of two surfaces (where is the top of the chamfer) is virtually moved inside the solid by offset operation, the apex of the section is on the intersection curve between moved surface and second surface, right angle is at the top of the chamfer, the length of the leg from apex to top is constant - this is the "throat" of the weld).

- New abstract classes BlendFunc_GenChamfer and BlendFunc_GenChamfInv have been added;
- Class BlendFunc_Chamfer is now descended from BlendFunc_GenChamfer, class BlendFunc_ChamfInv is now descended from BlendFunc_GenChamfInv.
- New class BlendFunc_ConstThroat is descended from BlendFunc_GenChamfer, new class BlendFund_ConstThroatInv is descended from BlendFunc_GenChamfInv.
- New class BlendFunc_ConstThroatWithPenetration is descended from BlendFunc_GenChamfer, new class BlendFund_ConstThroatWithPenetrationInv is descended from BlendFunc_GenChamfInv.
- Class ChFi3d_ChBuilder has now mode of chamfer that can be ClassicChamfer, ConstThroatChamfer and ConstThroatWithPenetrationChamfer.
- Two new DRAW Test Harness commands "chamf_throat" ant "chamf_throat_with_penetration" have been added for the second mode of ChBuilder.
- The interface of DRAW Test Harness command "chamf" changed for symmetric case.
84 files changed:
dox/dev_guides/upgrade/upgrade.md
src/BRepBlend/BRepBlend_ConstThroat.hxx [new file with mode: 0644]
src/BRepBlend/BRepBlend_ConstThroatInv.hxx [new file with mode: 0644]
src/BRepBlend/BRepBlend_ConstThroatWithPenetration.hxx [new file with mode: 0644]
src/BRepBlend/BRepBlend_ConstThroatWithPenetrationInv.hxx [new file with mode: 0644]
src/BRepBlend/FILES
src/BRepFilletAPI/BRepFilletAPI_MakeChamfer.cxx
src/BRepFilletAPI/BRepFilletAPI_MakeChamfer.hxx
src/BRepTest/BRepTest_ChamferCommands.cxx
src/Blend/Blend_AppFunction.hxx
src/Blend/Blend_Function.hxx
src/Blend/Blend_Walking_4.gxx
src/BlendFunc/BlendFunc_ChamfInv.cxx
src/BlendFunc/BlendFunc_ChamfInv.hxx
src/BlendFunc/BlendFunc_Chamfer.cxx
src/BlendFunc/BlendFunc_Chamfer.hxx
src/BlendFunc/BlendFunc_ConstThroat.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroat.hxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatInv.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatInv.hxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatWithPenetration.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatWithPenetration.hxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatWithPenetrationInv.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_ConstThroatWithPenetrationInv.hxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_GenChamfInv.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_GenChamfInv.hxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_GenChamfer.cxx [new file with mode: 0644]
src/BlendFunc/BlendFunc_GenChamfer.hxx [new file with mode: 0644]
src/BlendFunc/FILES
src/ChFi3d/ChFi3d_Builder.hxx
src/ChFi3d/ChFi3d_Builder_0.cxx
src/ChFi3d/ChFi3d_Builder_0.hxx
src/ChFi3d/ChFi3d_Builder_1.cxx
src/ChFi3d/ChFi3d_Builder_2.cxx
src/ChFi3d/ChFi3d_Builder_6.cxx
src/ChFi3d/ChFi3d_ChBuilder.cxx
src/ChFi3d/ChFi3d_ChBuilder.hxx
src/ChFi3d/ChFi3d_FilBuilder.cxx
src/ChFiDS/ChFiDS_ChamfMode.hxx [new file with mode: 0644]
src/ChFiDS/ChFiDS_ChamfSpine.cxx
src/ChFiDS/ChFiDS_ChamfSpine.hxx
src/ChFiDS/ChFiDS_Spine.cxx
src/ChFiDS/ChFiDS_Spine.hxx
src/ChFiDS/ChFiDS_Spine.lxx
src/ChFiDS/FILES
src/ChFiKPart/ChFiKPart_ComputeData.cxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnCon.cxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnCon.hxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnCyl.cxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnCyl.hxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnPln.cxx
src/ChFiKPart/ChFiKPart_ComputeData_ChPlnPln.hxx
src/FilletSurf/FilletSurf_InternalBuilder.cxx
src/IntWalk/IntWalk_PWalking.cxx
src/IntWalk/IntWalk_PWalking.hxx
tests/bugs/modalg_2/bug20222
tests/bugs/modalg_5/bug25199
tests/bugs/modalg_6/bug28261
tests/bugs/modalg_7/bug27711 [deleted file]
tests/bugs/modalg_7/bug27711_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug27711_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug27711_3 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_10 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_11 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_12 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_13 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_14 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_15 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_16 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_17 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_18 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_19 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_20 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_21 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_3 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_4 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_6 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_7 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_8 [new file with mode: 0644]
tests/bugs/modalg_7/bug28828_9 [new file with mode: 0644]
tests/chamfer/begin
tests/chamfer/end