]> OCCT Git - occt-copy.git/commit
0028828: New functionalities of BRepFilletAPI_MakeChamfer algorithm
authorjgv <jgv@opencascade.com>
Wed, 14 Jun 2017 13:28:15 +0000 (16:28 +0300)
committerapl <anton.poletaev@opencascade.com>
Fri, 26 Oct 2018 12:21:54 +0000 (15:21 +0300)
commite32abc8207a0d593e70c864e2229dc8c28d806a2
treee9c63f2a565c1510481227ecda146635a0e47e82
parentde3d1dae5321b01a49cff42b6c59f04c82101d73
0028828: 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.
79 files changed:
src/BRepAlgo/BRepAlgo_Loop.cxx
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_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_7/bug27711_1 [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