Changesets: occt
master 31e0b8e8 2015-01-30 10:13:06 Committer: bugmaster Details Diff |
0025770: Possible "invalid memory access" Memory problems fixed. |
Affected Issues 0025770 |
|
mod - src/Approx/Approx_SameParameter.cxx | Diff File | ||
mod - src/GeomInt/GeomInt_LineConstructor.cxx | Diff File | ||
master b86bb3df 2015-01-29 13:01:07 Committer: bugmaster Details Diff |
0025091: Visualization - use FBO for layer with immediate objects | ||
mod - src/Graphic3d/Graphic3d_ShaderProgram.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ArbFBO.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlFunctions.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderProgram.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.hxx | Diff File | ||
mod - src/Shaders/Declarations.glsl | Diff File | ||
mod - tests/3rdparty/end | Diff File | ||
mod - tests/mesh/end | Diff File | ||
master e3414ada 2015-01-29 12:16:09 Committer: bugmaster Details Diff |
0025758: Visualization, TKOpenGl - texture initialization fails on Intel HD 4600 in ray tracing test Unbind global texture sampler right after its usage. |
Affected Issues 0025758 |
|
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.cxx | Diff File | ||
master 9bf0740b 2015-01-29 12:09:51 Committer: bugmaster Details Diff |
0025631: Bounding box is too big for the face. Fixed start and finish indexes of poles in case of trimmed bspline surface. Test case for issue CR25631 |
Affected Issues 0025631 |
|
mod - src/BndLib/BndLib_AddSurface.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug25631 | Diff File | ||
master 4366363b 2015-01-29 11:23:35
Committer: bugmaster Details Diff |
0023328: Importing VRML files with "scaleOrientation" not possible If-else blocks "scale" and "scaleOrientation" was swapped. Now the comparing and interpretation of these key-words is correct. Added test case bugs/xde/bug23328 |
Affected Issues 0023328 |
|
mod - src/VrmlData/VrmlData_Group.cxx | Diff File | ||
add - tests/bugs/xde/bug23328 | Diff File | ||
master 2157cfd0 2015-01-29 11:13:29
Committer: bugmaster Details Diff |
0025632: IGES writer looses face orientation Adding reversing surfaces before writing for reversed faces Test case for issue CR25632 |
||
mod - src/BRep/BRep_Builder.cxx | Diff File | ||
mod - src/BRepToIGES/BRepToIGES_BRShell.cxx | Diff File | ||
add - tests/bugs/iges/bug25632 | Diff File | ||
master b2af2f56 2015-01-29 11:00:11
Committer: bugmaster Details Diff |
0025715: Intersection between cylinders produces excess vertices 1. Curve boundaries were more precised. 2. Some test cases were changed in accordance of their new behavior. 3. Code fragment for WLines joining was moved to higher level (for more universal using in the future). Code was changed in accordance with the last remark. Added test cases bugs/modalg_5/bug25715_1 bug25715_2 bug25715_3 |
||
mod - src/IntPatch/IntPatch_ImpImpIntersection_4.gxx | Diff File | ||
mod - src/IntPatch/IntPatch_Intersection.cxx | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cxx | Diff File | ||
mod - tests/bugs/modalg_5/bug24825_common | Diff File | ||
mod - tests/bugs/modalg_5/bug24825_cut | Diff File | ||
mod - tests/bugs/modalg_5/bug24825_fuse | Diff File | ||
mod - tests/bugs/modalg_5/bug24981 | Diff File | ||
add - tests/bugs/modalg_5/bug25715_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25715_2 | Diff File | ||
add - tests/bugs/modalg_5/bug25715_3 | Diff File | ||
master a70f5823 2015-01-29 10:56:53 Committer: bugmaster Details Diff |
0025712: Non-deterministic behavior of ShapeFix_Solid Test-case for issue 0025712 |
Affected Issues 0025712 |
|
mod - src/BRepTools/BRepTools_ReShape.cdl | Diff File | ||
mod - src/ShapeBuild/ShapeBuild_ReShape.cdl | Diff File | ||
mod - src/ShapeFix/ShapeFix_Solid.cxx | Diff File | ||
add - tests/bugs/heal/bug25712 | Diff File | ||
master c7806cb6 2015-01-29 10:45:47 Committer: bugmaster Details Diff |
0025704: BRepOffsetAPI_MakeOffset: some customer's cases are processed incorrect Added test cases bugs/modalg_5/bug25704_1 - bug25704_6 |
||
mod - src/BRepFill/BRepFill_OffsetWire.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25704_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25704_2 | Diff File | ||
add - tests/bugs/modalg_5/bug25704_3 | Diff File | ||
add - tests/bugs/modalg_5/bug25704_4 | Diff File | ||
add - tests/bugs/modalg_5/bug25704_5 | Diff File | ||
add - tests/bugs/modalg_5/bug25704_6 | Diff File | ||
master e2b55410 2015-01-29 10:21:33
Committer: bugmaster Details Diff |
0023640: Documentation for local sewing with BRepBuilderAPI_Sewing is missing Fix for bug 23640. Merging the rest of Technical Overview content into User's Guides. -Correct UG sections concerning Sewing. -Correct comments in the code referring to old location of sewing algorithm. |
Affected Issues 0023640 |
|
mod - dox/user_guides/boolean_operations/boolean_operations.md | Diff File | ||
mod - dox/user_guides/foundation_classes/foundation_classes.md | Diff File | ||
mod - dox/user_guides/iges/iges.md | Diff File | ||
rm - dox/user_guides/modeling_algos/images/modeling_algos_image019.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image058.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image059.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image060.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image061.png | Diff File | ||
mod - dox/user_guides/modeling_algos/modeling_algos.md | Diff File | ||
mod - dox/user_guides/modeling_data/modeling_data.md | Diff File | ||
mod - dox/user_guides/ocaf/ocaf.md | Diff File | ||
mod - dox/user_guides/ocaf_wp/ocaf_wp.md | Diff File | ||
mod - dox/user_guides/shape_healing/shape_healing.md | Diff File | ||
add - dox/user_guides/step/images/step_image002.png | Diff File | ||
mod - dox/user_guides/step/step.md | Diff File | ||
add - dox/user_guides/xde/images/239_xde_12_400.png | Diff File | ||
add - dox/user_guides/xde/images/614_xde_04_400.png | Diff File | ||
add - dox/user_guides/xde/images/646_xde_11_400.png | Diff File | ||
mod - dox/user_guides/xde/xde.md | Diff File | ||
mod - src/ShapeUpgrade/ShapeUpgrade_ShellSewing.cdl | Diff File | ||
master 1e99558f 2015-01-29 10:14:49 Committer: bugmaster Details Diff |
0025762: Visualization, TKOpenGl - fix debug assertion within OpenGl_Workspace::UploadRaytraceData() |
Affected Issues 0025762 |
|
mod - src/OpenGl/OpenGl_Workspace_Raytrace.cxx | Diff File | ||
master 618617fe 2015-01-29 10:09:07 Committer: bugmaster Details Diff |
0023880: Integration of grid "ncl" into the new testing system Function perf_sprint_all_meters added in OSD_PerfMeter.h to allow printing to string buffer rather than stdout. Macro PERF_PRINT_ALL converted to functional form. Command dperf added in DRAW to print and conditionally reset all meters. Description of these tools is added in Debug Hints. Modified output of command QANTestNCollectionPerformance. Added test case perf/ncollection/A1 Modified ratio of performance to check all platforms Small correction of test-case for Windows platform |
Affected Issues 0023880 |
|
mod - dox/dev_guides/debug/debug.md | Diff File | ||
mod - src/Draw/Draw_BasicCommands.cxx | Diff File | ||
mod - src/OSD/OSD_PerfMeter.cxx | Diff File | ||
mod - src/OSD/OSD_PerfMeter.h | Diff File | ||
mod - src/QANCollection/QANCollection_Perf.cxx | Diff File | ||
mod - src/QANCollection/QANCollection_Simple.cxx | Diff File | ||
mod - src/QANCollection/QANCollection_Stl.cxx | Diff File | ||
mod - tests/perf/grids.list | Diff File | ||
add - tests/perf/ncollection/A1 | Diff File | ||
master 0bb09048 2015-01-28 09:21:58
Committer: bugmaster Details Diff |
0025679: Visualization, TKOpenGl - View frustum culling clips wrong objects Corrected area calculation for degenerated AABBs in BVH_Box; Test case for issue 25679. |
||
mod - src/BVH/BVH_Box.hxx | Diff File | ||
add - tests/bugs/vis/bug25679 | Diff File | ||
master 843e15cd 2015-01-26 16:12:41
Committer: bugmaster Details Diff |
0025689: IGESCAFControl_Writer crash in constructor. Cause of bug is that the IGESData_BasicEditor is created before an initialization of IGESControl_Controller::Init(). IGESData_BasicEditor cannot find template "iges", so the model is still empty after creation. 1) Added a default constructor to the IGESData_BasicEditor. Can be initialized via Init() method. 2) Added some null checks in the places, where are provided access to the model (IGESData_BasicEditor's member). 3) Initialization of the IGESData_BasicEditor was placed after initialization if the IGESControl_Controller. |
Affected Issues 0025689 |
|
mod - src/IGESControl/IGESControl_Writer.cxx | Diff File | ||
mod - src/IGESData/IGESData_BasicEditor.cdl | Diff File | ||
mod - src/IGESData/IGESData_BasicEditor.cxx | Diff File | ||
master bdde45c3 2015-01-26 12:20:52 Committer: bugmaster Details Diff |
0025346: Wrong result of General Fuse operation Added test cases bugs/modalg_5/bug25346_1 bug25346_2 |
Affected Issues 0025346 |
|
add - tests/bugs/modalg_5/bug25346_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25346_2 | Diff File | ||
master 07f1a2e6 2015-01-23 15:07:15 Committer: bugmaster Details Diff |
0025719: Boolean operations can crash Suppress math_BFGS constructor that calls the method Perform that in its turn calls the virtual method IsSolutionReached. |
Affected Issues 0025719 |
|
mod - src/AppParCurves/AppParCurves_BSpGradient_BFGS.gxx | Diff File | ||
mod - src/AppParCurves/AppParCurves_Gradient_BFGS.gxx | Diff File | ||
mod - src/math/math_BFGS.cdl | Diff File | ||
mod - src/math/math_BFGS.cxx | Diff File | ||
mod - src/math/math_GlobOptMin.cxx | Diff File | ||
master 76eeac70 2015-01-23 12:55:56 Committer: bugmaster Details Diff |
0025582: SIGSEGV in thrusections of circle segments Eliminating regressions Fixed compilation warning ('di' : unreferenced formal parameter). Added test bugs/modalg_5/bug25578 |
Affected Issues 0025582 |
|
mod - src/BRepFill/BRepFill_Generator.cxx | Diff File | ||
mod - src/GeomliteTest/GeomliteTest_ModificationCommands.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25578 | Diff File | ||
master df515f16 2015-01-23 10:31:01 Committer: bugmaster Details Diff |
0025743: Add FixMode parameter to DropSmallSolids operator | ||
mod - src/ShapeFix/ShapeFix_FixSmallSolid.cdl | Diff File | ||
mod - src/ShapeFix/ShapeFix_FixSmallSolid.cxx | Diff File | ||
mod - src/ShapeProcess/ShapeProcess_OperLibrary.cxx | Diff File | ||
master 27a66128 2015-01-22 14:42:06 Committer: bugmaster Details Diff |
0020040: Difference in treatment of closed curves in BRep_Builder::UpdateEdge Test case was added Modified test cases to extract the shell from the solid and check it for closeness. |
||
mod - tests/bugs/modalg_2/bug5805_49 | Diff File | ||
mod - tests/bugs/modalg_3/bug5805_50 | Diff File | ||
mod - tests/bugs/modalg_3/bug5805_51 | Diff File | ||
mod - tests/bugs/modalg_3/bug5805_52 | Diff File | ||
add - tests/bugs/modalg_5/bug20040 | Diff File | ||
master a1954302 2015-01-22 14:29:37 Committer: bugmaster Details Diff |
0024394: Visualization - implement more general way for rendering of immediate objects Move OpenGl_Structure::myZLayer to base class Graphic3d_CStructure. Graphic3d_ZLayerId - introduce new pre-defined ZLayers. Do not clear Depth buffer twice for default ZLayer. AIS_InteractiveContext::Display() - add new argument AIS_DisplayStatus to specify displaying status. Drop unused Graphic3d_CPick and related methods. Drop OpenGl_Structure::myNamedStatus - use flags from parent class Graphic3d_CStructure directly. OpenGl_LayerList ::ChangeLayer(), ::ChangePriority - fix structure remove from unexpected layer. Merge class OpenGl_PriorityList into OpenGl_Layer. PrsMgr_PresentationManager::mySelectionColor - store selection color as field of Presentation Manager. PrsMgr_Presentation class - do not declare private methods as virtual. PrsMgr_Presentation::Highlight() - extend method syntax and drop methods ::Color() and ::BoundBox(). PrsMgr_PresentableObject - store ZLayer in presentable object to display object presentations in required layer directly (without displaying it in wrong layer first). test/mesh/end - force re-displaying the shape to compute mesh anew Test-case for issue |
||
mod - src/AIS/AIS_InteractiveContext.cdl | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_LocalContext.cdl | Diff File | ||
mod - src/AIS/AIS_LocalContext.cxx | Diff File | ||
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d.cdl | Diff File | ||
rm - src/Graphic3d/Graphic3d_CPick.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_MapIteratorOfMapOfStructure.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_MapOfStructure.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_StructureManager.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_StructureManager.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ZLayerId.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_ZLayerSettings.hxx | Diff File | ||
mod - src/InterfaceGraphic/InterfaceGraphic_Visual3d.hxx | Diff File | ||
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_BVHClipPrimitiveSet.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_BVHClipPrimitiveSet.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver_4.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver_7.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Layer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Layer.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_LayerList.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_LayerList.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_NamedStatus.hxx | Diff File | ||
rm - src/OpenGl/OpenGl_PriorityList.cxx | Diff File | ||
rm - src/OpenGl/OpenGl_PriorityList.hxx | Diff File | ||
add - src/OpenGl/OpenGl_SequenceOfStructure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_Raytrace.cxx | Diff File | ||
mod - src/Prs3d/Prs3d_Presentation.cdl | Diff File | ||
mod - src/Prs3d/Prs3d_Presentation.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_Presentation.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_Presentation.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentationManager.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentationManager.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_EntityOwner.cdl | Diff File | ||
mod - src/SelectMgr/SelectMgr_EntityOwner.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cdl | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_BRepOwner.cdl | Diff File | ||
mod - src/StdSelect/StdSelect_BRepOwner.cxx | Diff File | ||
mod - src/V3d/V3d_CircularGrid.cxx | Diff File | ||
mod - src/V3d/V3d_DirectionalLight.cxx | Diff File | ||
mod - src/V3d/V3d_Plane.cxx | Diff File | ||
mod - src/V3d/V3d_PositionalLight.cxx | Diff File | ||
mod - src/V3d/V3d_PositionLight.cxx | Diff File | ||
mod - src/V3d/V3d_RectangularGrid.cxx | Diff File | ||
mod - src/V3d/V3d_SpotLight.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_MapOfZLayerSettings.hxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cxx | Diff File | ||
add - tests/bugs/vis/bug24394 | Diff File | ||
mod - tests/mesh/end | Diff File | ||
master 92e24f9d 2015-01-22 14:24:00 Committer: bugmaster Details Diff |
0025722: Wrong implementation of SetFuzzyValue method The following methods void BOPAlgo_ArgumentAnalyzer::SetFuzzyValue(const Standard_Real theFuzz) void BOPAlgo_Builder::SetFuzzyValue(const Standard_Real theFuzz) void BOPAlgo_PaveFiller::SetFuzzyValue(const Standard_Real theFuzz) void BOPDS_DS::SetFuzzyValue(const Standard_Real theFuzz) void BRepAlgoAPI_BuilderAlgo::SetFuzzyValue(const Standard_Real theFuzz) void BRepAlgoAPI_Check::SetFuzzyValue(const Standard_Real theFuzz) have been corrected. Added test case bugs/modalg_5/bug25722 |
Affected Issues 0025722 |
|
mod - src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.lxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cxx | Diff File | ||
mod - src/BOPDS/BOPDS_DS.lxx | Diff File | ||
mod - src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.cxx | Diff File | ||
mod - src/BRepAlgoAPI/BRepAlgoAPI_Check.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25722 | Diff File | ||
master 19dcfc1b 2015-01-22 14:19:07
Committer: bugmaster Details Diff |
0025721: Wrong result obtained by Common operator. Changes: class BOPTools_Set method: void BOPTools_Set::Add(const TopoDS_Shape& theS, const TopAbs_ShapeEnum theType) has been changed. The treatment of INTERNAL edges has been added. Added test case bugs/modalg_5/bug25721 |
||
mod - src/BOPTools/BOPTools_Set.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25721 | Diff File | ||
master 99c5f9f0 2015-01-22 14:06:33
Committer: bugmaster Details Diff |
0025697: Regression : Section obtained after command "bsection" in Test Harness is incorrect. Interface of bopcurves DDRAW-command were extended. Now it is possible to obtain a) only 3D-curves; b) 3D-curves and 2D-curves on one of surfaces intersected (surface can be selected); c) 3D-curves and 2D-curves on every surface intersected. Use "help bopcurves" to see detail information. Added test cases bugs/modalg_5/bug25697_1 bug25697_2 Small changes in test case bugs/modalg_5/bug25697_2 |
||
mod - src/BOPTest/BOPTest_BOPCommands.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25697_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25697_2 | Diff File | ||
master 1b7ae951 2015-01-22 13:54:54 Committer: bugmaster Details Diff |
0025597: Invalid curve on surface in the result of General Fuse operation 1. The tool of computing the max distance between 3D curve and its 2d representation on the face has been moved from static methods in BOPTools_AlgoTools class to BRepLib_CheckCurveOnSurface class. 2. The tools has been applied to 2d curves built during Boolean Operation and to some intersection curves. 3. The functions Standard_Boolean BOPTools_AlgoTools::ComputeTolerance (const TopoDS_Face& theFace, const TopoDS_Edge& theEdge, Standard_Real& theMaxDist, Standard_Real& theMaxPar) and Standard_Boolean IntTools_Tools::ComputeTolerance (const Handle(Geom_Curve)& theCurve3D, const Handle(Geom2d_Curve)& theCurve2D, const Handle(Geom_Surface)& theSurf, const Standard_Real theFirst, const Standard_Real theLast, Standard_Real& theMaxDist, Standard_Real& theMaxPar) have been developed for easy access to BRepLib_CheckCurveOnSurface functionality. class IntTools_FaceFace method void IntTools_FaceFace::ComputeTolReached3d() Case for Plane/BSpline intersection added for treatment. Test case for issue CR25597 Fix for regression boolean bsection N7. class BOPAlgo_PaveFiller method void BOPAlgo_PaveFiller::UpdateFaceInfo (BOPDS_DataMapOfPaveBlockListOfPaveBlock& theDME, const BOPCol_DataMapOfIntegerInteger& theDMV) Updating Face Info information with new vertices created in PostTreatFF. Correction boolean/bsection/N2 Updated test cases. |
||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | Diff File | ||
mod - src/BOPTest/BOPTest_CheckCommands.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools.cdl | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools2D.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools_1.cxx | Diff File | ||
mod - src/BRepLib/BRepLib.cdl | Diff File | ||
add - src/BRepLib/BRepLib_CheckCurveOnSurface.cdl | Diff File | ||
add - src/BRepLib/BRepLib_CheckCurveOnSurface.cxx | Diff File | ||
add - src/BRepLib/BRepLib_CheckCurveOnSurface.lxx | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cdl | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cxx | Diff File | ||
mod - src/IntTools/IntTools_Tools.cdl | Diff File | ||
mod - src/IntTools/IntTools_Tools.cxx | Diff File | ||
mod - tests/boolean/bsection/N2 | Diff File | ||
mod - tests/bugs/modalg_2/bug22967 | Diff File | ||
mod - tests/bugs/modalg_2/bug23218 | Diff File | ||
mod - tests/bugs/modalg_5/bug24558 | Diff File | ||
mod - tests/bugs/modalg_5/bug24915 | Diff File | ||
mod - tests/bugs/modalg_5/bug25292_32 | Diff File | ||
add - tests/bugs/modalg_5/bug25597 | Diff File | ||
master 71595c29 2015-01-22 13:42:58 Committer: bugmaster Details Diff |
0025694: Change STEP exporter to use AP214 IS by default Test-case for issue 0025694 |
Affected Issues 0025694 |
|
mod - src/STEPControl/STEPControl_Controller.cxx | Diff File | ||
add - tests/bugs/step/bug25694 | Diff File |