occt: master f16a6cc5
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
bugmaster | master | 2017-02-17 08:26:25 | master 2b8832bb | |
Changeset | 0028467: Improve UnifySameDomain performance This patch turns off some not needed modes of fix in the called ShapeFix_Face algorithm. It stores pcurves on planes in the edges to avoid repeated computation of the same pcurves many times (it is done only when SafeInputMode is false). It avoids unnecessary replace/apply actions in the modification context. It removes the code that makes decomposition of surface of the face on several faces. The new command buildpcurvesonplane has been added, which builds and stores pcurves of edges on planar faces. This is useful for investigations how presence of pcurves on planes influence performance of algorithms. Make drawing of dimension line in snowflake test independent on the order of vertices in the result. |
|||
mod - dox/dev_guides/upgrade/upgrade.md | Diff File | |||
mod - samples/tcl/snowflake.tcl | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_Builder_2.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_Tools.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_UtilityCommands.cxx | Diff File | |||
mod - src/BOPTools/BOPTools_AlgoTools2D.cxx | Diff File | |||
mod - src/BOPTools/BOPTools_AlgoTools2D.hxx | Diff File | |||
mod - src/BRep/BRep_Tool.cxx | Diff File | |||
mod - src/BRep/BRep_Tool.hxx | Diff File | |||
mod - src/BRepLib/BRepLib.hxx | Diff File | |||
mod - src/BRepLib/BRepLib_1.cxx | Diff File | |||
mod - src/BRepOffset/BRepOffset_MakeOffset_1.cxx | Diff File | |||
mod - src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx | Diff File | |||
mod - src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx | Diff File | |||
mod - tests/heal/unify_same_domain/A4 | Diff File | |||
mod - tests/heal/unify_same_domain/A9 | Diff File | |||
add - tests/perf/heal/bug28467_1 | Diff File | |||
add - tests/perf/heal/bug28467_2 | Diff File | |||
add - tests/perf/heal/bug28467_3 | Diff File |