Changesets: occt
master 246c7a75 2016-04-12 09:15:07
Committer: bugmaster Details Diff |
0027371: Regression: BRepExtrema works too much slower in 691 (from 670) I Lipschitz constant tuning. Shubert estimation for minimal value is added. II Math_GlobOptMin Refactoring. III Test case is added. class NCollection_CellFilter_Inspector moved into math_GlobOptMin class. |
||
mod - src/Extrema/Extrema_GenExtCC.gxx | Diff File | ||
mod - src/math/math_GlobOptMin.cxx | Diff File | ||
mod - src/math/math_GlobOptMin.hxx | Diff File | ||
mod - tests/bugs/fclasses/bug25635_1 | Diff File | ||
add - tests/bugs/fclasses/bug27371 | Diff File | ||
master f7ac9097 2016-04-11 12:37:49 Committer: bugmaster Details Diff |
0027369: Assistance building Parasolid importer OpenCASCADE${OCCT_MODULE}Targets are generated for all dependent toolkits. |
||
mod - CMakeLists.txt | Diff File | ||
master c1609fbe 2016-04-11 08:12:45
Committer: bugmaster Details Diff |
0026747: Some constructors of gp_Parab2d class contain redundant parameters 1. Useless constructors have been deleted. 2. Value returned by gp_Parab2d::Directrix() method has been corrected to exclude reversing the directrix. 3. Documentation of gp_Parab2d class has been updated (in hxx-file). 4. Upgrade Guide has been updated according to corrections made in this issue. Creation of test cases for this issue. |
Affected Issues 0026747 |
|
mod - dox/dev_guides/upgrade/upgrade.md | Diff File | ||
mod - src/gce/gce_MakeParab2d.cxx | Diff File | ||
mod - src/gce/gce_MakeParab2d.hxx | Diff File | ||
mod - src/GCE2d/GCE2d_MakeParabola.cxx | Diff File | ||
mod - src/GCE2d/GCE2d_MakeParabola.hxx | Diff File | ||
mod - src/gp/gp_Parab2d.cxx | Diff File | ||
mod - src/gp/gp_Parab2d.hxx | Diff File | ||
mod - src/gp/gp_Parab2d.lxx | Diff File | ||
mod - src/QABugs/QABugs_20.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26747_1 | Diff File | ||
add - tests/bugs/modalg_6/bug26747_2 | Diff File | ||
add - tests/bugs/modalg_6/bug26747_3 | Diff File | ||
master b55bd023 2016-04-11 07:38:50
Committer: bugmaster Details Diff |
0027269: Intersection algorithm produces null-length curve Restriction line can correspond to a degenerated edge. In this case we shall return null-curve (instead of Null-length curve). |
Affected Issues 0027269 |
|
mod - src/GeomInt/GeomInt_IntSS_1.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug27269 | Diff File | ||
mod - tests/bugs/modalg_6/bug27325 | Diff File | ||
master 46bd680a 2016-04-08 13:55:24
Committer: bugmaster Details Diff |
0027351: Custom OCCT DLL name suffixes Added generation of libraries with postfix. |
||
mod - adm/cmake/occt_macros.cmake | Diff File | ||
mod - adm/cmake/occt_toolkit.cmake | Diff File | ||
mod - adm/cmake/vardescr.cmake | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
master c62927c6 2016-04-08 08:33:23 Details Diff |
Adjusting test cases for current state of OCCT | ||
mod - tests/boolean/volumemaker/A8 | Diff File | ||
master 016e5959 2016-04-08 06:47:47 Committer: bugmaster Details Diff |
0026886: Visualization, TKV3d - eliminate global variables - AIS_InteractiveContext - create new dummy class field to have an empty TopoDS_Shape object. - AIS_Point, PrsMgr_PresentableObject - rename static variables to local function variables. - AIS_Shape, SelectMgr_SelectableObject - remove unused static variables. - Graphic3d_MaterialAspect, V3d_Viewer - make global static variables as constant. - V3d_View - move global variable zRotation to class field. - Move a variable theCurrentSelection as a field of AIS_InteractiveContext and AIS_LocalContext classes. Multiple selection is not used now, so each Context have an own selection. - Move myStructGenId from Graphic3d_StructureManager to Graphic3d_GraphicDriver for identifying the structures in the driver. - Move default variable (no shading light) from static value to the class field of OpenGL_View. Porting note: - Static methods of AIS_Selection is not used now. Methods of AIS_InteractiveContext::InitSelected(),::MoreSelected(),::NextSelected() should be used instead of static methods of AIS_Selection. |
Affected Issues 0026886 |
|
mod - samples/mfc/standard/Common/DimensionDlg.cpp | Diff File | ||
mod - samples/mfc/standard/Common/DimensionDlg.h | Diff File | ||
mod - samples/mfc/standard/Common/LengthParamsEdgePage.cpp | Diff File | ||
mod - samples/mfc/standard/Common/LengthParamsEdgesPage.cpp | Diff File | ||
mod - samples/mfc/standard/Common/ParamsFacesPage.cpp | Diff File | ||
mod - samples/mfc/standard/Common/RadiusParamsPage.cpp | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.hxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.lxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_2.cxx | Diff File | ||
mod - src/AIS/AIS_LocalContext.cxx | Diff File | ||
mod - src/AIS/AIS_LocalContext.hxx | Diff File | ||
mod - src/AIS/AIS_LocalContext.lxx | Diff File | ||
mod - src/AIS/AIS_LocalContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_Point.cxx | Diff File | ||
mod - src/AIS/AIS_Selection.cxx | Diff File | ||
mod - src/AIS/AIS_Selection.hxx | Diff File | ||
mod - src/AIS/AIS_Shape.cxx | Diff File | ||
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_MaterialAspect.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.pxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_StructureManager.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_StructureManager.hxx | Diff File | ||
rm - src/Graphic3d/Graphic3d_StructureManager.pxx | Diff File | ||
mod - src/OpenGl/OpenGl_Light.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_Raytrace.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_Redraw.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cxx | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/V3d/V3d_View.hxx | Diff File | ||
mod - src/V3d/V3d_Viewer_3.cxx | Diff File | ||
master 1d505bb0 2016-04-07 20:38:03
Committer: abv Details Diff |
0027365: Configuration, CMake - file writing error appears if 3RDPARTY_DIR is empty 3RDPARTY_DIR and INSTALL_DIR are quoted in a file TO_CMAKE_PATH command to avoid error when variable is empty |
Affected Issues 0027365 |
|
mod - CMakeLists.txt | Diff File | ||
master 6d4bf6d9 2016-04-07 14:50:11 Details Diff |
Incrementation of OCCT version up to 7.0.1 | ||
mod - src/Standard/Standard_Version.hxx | Diff File | ||
master 601b1c8d 2016-04-07 14:13:49
Committer: bugmaster Details Diff |
0027280: HLR algorithms taking seam edges into account Interface of HLRAppli_ReflectLines has been modified. New Draw command "hlrin3d" has been added. |
||
mod - src/HLRAppli/HLRAppli_ReflectLines.cxx | Diff File | ||
mod - src/HLRAppli/HLRAppli_ReflectLines.hxx | Diff File | ||
mod - src/HLRTest/HLRTest.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug27280 | Diff File | ||
master 8f8398f6 2016-04-07 12:35:39
Committer: bugmaster Details Diff |
0027322: geom/revolution_00/A1: Incorrect pcurve creation ProjLib_Cone.cxx - correction wrong calculation of projection line on cone GeomInt_IntSS_1.cxx - modification of method BuildPCurves(...) - adjusting first or last knots of 2d Curve ProjLib_ComputeApprox.cxx - modification of method Function_SetUVBounds(...) for case projecting line on cone. Modification of tests - removing first TODO Test case for issue #27322 |
||
mod - src/GeomInt/GeomInt_IntSS_1.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_ComputeApprox.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_Cone.cxx | Diff File | ||
mod - tests/bugs/modalg_4/bug6272_1 | Diff File | ||
mod - tests/bugs/modalg_4/bug6272_2 | Diff File | ||
add - tests/bugs/modalg_6/bug27322 | Diff File | ||
master f0bf70e8 2016-04-07 11:57:51 Committer: bugmaster Details Diff |
0027372: Import/Export dimension text position Modify Import/Export STEP. Add Draw commands to set and get orientation and position of dimension text. Add Draw commands to set and get presentation. Add test. |
||
mod - src/STEPCAFControl/STEPCAFControl_GDTProperty.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Writer.cxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW_GDTs.cxx | Diff File | ||
add - tests/gdt/dimensions/A8 | Diff File | ||
mod - tests/gdt/dimensions/begin | Diff File | ||
mod - tests/gdt/dimensions/end | Diff File | ||
master 79997052 2016-04-07 10:53:57
Committer: bugmaster Details Diff |
0027310: Huge tolerance obtained in the result of intersection of two cylindrical faces Sometimes start point of the intersection line is in the surface boundary strictly. I.e. the parameter of this point in the surface can be equal to both 0 or 2*PI equivalently. It is important to chose correct parameter value. The algorithm of prediction is based on monotonicity property (see CylCylMonotonicity(...) function in IntPatch_ImpImpIntersection_4.gxx). Now, this function is used wrongly. The fix improves this situation. Small optimization in the code. Creation of test cases . The logic of returning value by the method BoundariesComputing() has been corrected. |
Affected Issues 0027310 |
|
mod - src/IntPatch/IntPatch_ImpImpIntersection_4.gxx | Diff File | ||
add - tests/bugs/modalg_6/bug27310_1 | Diff File | ||
add - tests/bugs/modalg_6/bug27310_2 | Diff File | ||
master 3f1eb0ab 2016-04-07 08:50:33
Committer: bugmaster Details Diff |
0027359: Visualization - add support of flipping for textured text Added option for OpenGl_Text to use previous model-view state. Added interface to enable this option in Prs3d_Text Added option to enable flipping in AIS_NameLabel Eliminated warning |
||
mod - src/AIS/AIS_TextLabel.cxx | Diff File | ||
mod - src/AIS/AIS_TextLabel.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Group.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Group.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Group.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Group.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.hxx | Diff File | ||
mod - src/Prs3d/Prs3d_Text.cxx | Diff File | ||
mod - src/Prs3d/Prs3d_Text.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
add - tests/bugs/vis/bug27359 | Diff File | ||
master d7bc5c83 2016-04-06 13:09:55 Committer: bugmaster Details Diff |
0027342: STEP - support C++ streams for import / export - STEP low-level parser is converted to C++; required minimal version of flex is elevated to 2.5.37. - Added possibility to import STEP from stream, see new method XSControl_Reader::ReadStream() (now implemented in STEP only). - Parsers ported to win_flex_bison 2.5.23 (flex 2.6.4, bison 3.7.1) - Added support of C++ flex and bison scanners in in CMake scripts - Some code clean-up in StepFile and around (unused files and functions are eliminated) - Option to read from stream is added in DRAW command testreadstep for testing ReadStream() function - Added test bugs step bug27342 |
Affected Issues 0027342 |
|
mod - adm/cmake/bison.cmake | Diff File | ||
mod - adm/cmake/flex.cmake | Diff File | ||
mod - adm/cmake/occt_toolkit.cmake | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.tab.c | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.tab.h | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.yacc | Diff File | ||
mod - src/ExprIntrp/lex.ExprIntrp.c | Diff File | ||
mod - src/IFSelect/IFSelect_WorkLibrary.cxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkLibrary.hxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkSession.cxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkSession.hxx | Diff File | ||
mod - src/StepFile/FILES | Diff File | ||
add - src/StepFile/FlexLexer.h | Diff File | ||
rm - src/StepFile/lex.step.c | Diff File | ||
add - src/StepFile/lex.step.cxx | Diff File | ||
add - src/StepFile/location.hh | Diff File | ||
mod - src/StepFile/recfile.pc | Diff File | ||
mod - src/StepFile/recfile.ph | Diff File | ||
mod - src/StepFile/step.lex | Diff File | ||
rm - src/StepFile/step.tab.c | Diff File | ||
add - src/StepFile/step.tab.cxx | Diff File | ||
rm - src/StepFile/step.tab.h | Diff File | ||
add - src/StepFile/step.tab.hxx | Diff File | ||
mod - src/StepFile/step.yacc | Diff File | ||
rm - src/StepFile/StepFile_CallFailure.cxx | Diff File | ||
rm - src/StepFile/StepFile_CallFailure.hxx | Diff File | ||
mod - src/StepFile/StepFile_Read.cxx | Diff File | ||
mod - src/StepFile/StepFile_Read.hxx | Diff File | ||
rm - src/StepFile/StepFile_Transfer.hxx | Diff File | ||
rm - src/StepFile/stepread.c | Diff File | ||
add - src/StepFile/stepread.cxx | Diff File | ||
mod - src/StepFile/stepread.ph | Diff File | ||
mod - src/StepSelect/StepSelect_WorkLibrary.cxx | Diff File | ||
mod - src/StepSelect/StepSelect_WorkLibrary.hxx | Diff File | ||
mod - src/XSControl/XSControl_Reader.cxx | Diff File | ||
mod - src/XSControl/XSControl_Reader.hxx | Diff File | ||
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx | Diff File | ||
add - tests/bugs/step/bug27342 | Diff File | ||
master 68922bcc 2016-04-06 13:09:55 Committer: bugmaster Details Diff |
0027342: STEP - support C++ streams for import / export - STEP low-level parser is converted to C++; required minimal version of flex is elevated to 2.5.37. - Added possibility to import STEP from stream, see new method XSControl_Reader::ReadStream() (now implemented in STEP only). - Parsers ported to win_flex_bison 2.5.23 (flex 2.6.4, bison 3.7.1) - Added support of C++ flex and bison scanners in in CMake scripts - Some code clean-up in StepFile and around (unused files and functions are eliminated) - Option to read from stream is added in DRAW command testreadstep for testing ReadStream() function - Added test bugs step bug27342 |
Affected Issues 0027342 |
|
mod - adm/cmake/bison.cmake | Diff File | ||
mod - adm/cmake/flex.cmake | Diff File | ||
mod - adm/cmake/occt_toolkit.cmake | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.tab.c | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.tab.h | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.yacc | Diff File | ||
mod - src/ExprIntrp/lex.ExprIntrp.c | Diff File | ||
mod - src/IFSelect/IFSelect_WorkLibrary.cxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkLibrary.hxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkSession.cxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkSession.hxx | Diff File | ||
mod - src/StepFile/FILES | Diff File | ||
add - src/StepFile/FlexLexer.h | Diff File | ||
rm - src/StepFile/lex.step.c | Diff File | ||
add - src/StepFile/lex.step.cxx | Diff File | ||
add - src/StepFile/location.hh | Diff File | ||
mod - src/StepFile/recfile.pc | Diff File | ||
mod - src/StepFile/recfile.ph | Diff File | ||
mod - src/StepFile/step.lex | Diff File | ||
rm - src/StepFile/step.tab.c | Diff File | ||
add - src/StepFile/step.tab.cxx | Diff File | ||
rm - src/StepFile/step.tab.h | Diff File | ||
add - src/StepFile/step.tab.hxx | Diff File | ||
mod - src/StepFile/step.yacc | Diff File | ||
rm - src/StepFile/StepFile_CallFailure.cxx | Diff File | ||
rm - src/StepFile/StepFile_CallFailure.hxx | Diff File | ||
mod - src/StepFile/StepFile_Read.cxx | Diff File | ||
mod - src/StepFile/StepFile_Read.hxx | Diff File | ||
rm - src/StepFile/StepFile_Transfer.hxx | Diff File | ||
rm - src/StepFile/stepread.c | Diff File | ||
add - src/StepFile/stepread.cxx | Diff File | ||
mod - src/StepFile/stepread.ph | Diff File | ||
mod - src/StepSelect/StepSelect_WorkLibrary.cxx | Diff File | ||
mod - src/StepSelect/StepSelect_WorkLibrary.hxx | Diff File | ||
mod - src/XSControl/XSControl_Reader.cxx | Diff File | ||
mod - src/XSControl/XSControl_Reader.hxx | Diff File | ||
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx | Diff File | ||
add - tests/bugs/step/bug27342 | Diff File | ||
master 7644c7f4 2016-04-05 11:53:17 Committer: bugmaster Details Diff |
0027304: Implemetation of descriptions for Dimensions - Add poles with array of descriptions and description names to DimensionObject, - Modify Import/Export STEP, - Add Draw commands for descriptions, - Create test, - Reorganize end script for test/gdt/dimensions. |
||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Writer.cxx | Diff File | ||
mod - src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.cxx | Diff File | ||
mod - src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_Dimension.cxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW_GDTs.cxx | Diff File | ||
add - tests/gdt/dimensions/A7 | Diff File | ||
mod - tests/gdt/dimensions/begin | Diff File | ||
mod - tests/gdt/dimensions/end | Diff File | ||
master 84258256 2016-04-05 10:34:28
Committer: abv Details Diff |
0027355: Configuration, CMake: install path on Windows is incorrectly processed Avoid resetting CMAKE_INSTALL_PREFIX if defined. Back slashes are converted to straight slashes in INSTALL_DIR and 3RDPARTY_DIR variables. |
Affected Issues 0027355 |
|
mod - CMakeLists.txt | Diff File | ||
master a3d2cb24 2016-04-05 09:38:53
Committer: bugmaster Details Diff |
0027344: Configuration, CMake: bugs with detecting third-party products Information messages for TCL/TK search are corrected. Compile definitions were added to OpenCASCADEConfig.cmake file |
Affected Issues 0027344 |
|
mod - adm/cmake/tcl.cmake | Diff File | ||
mod - adm/cmake/tk.cmake | Diff File | ||
add - adm/templates/OpenCASCADECompileDefinitionsAndFlags.cmake.in | Diff File | ||
mod - adm/templates/OpenCASCADEConfig.cmake.in | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
master df45f8db 2016-04-05 09:25:13
Committer: bugmaster Details Diff |
0027354: Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended All variants of Init function of OpenGl_VertexBuffer are now also supported by OpenGl_TextureBufferArb. Missing texture formats added to OpenGl_GlFunctions.hxx. |
Affected Issues 0027354 |
|
mod - src/OpenGl/OpenGl_GlFunctions.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextureBufferArb.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextureBufferArb.hxx | Diff File | ||
master ada9ef40 2016-04-04 16:51:24
Committer: abv Details Diff |
0027301: CMake: export targets for OCCT Enabled creation of CMake target files (one per module) for OCCT at install time. Variables enumerating available OCCT toolkits by module are added in CMake configuration file. Added check of availability of OCCT modules specified by OpenCASCADE_FIND_COMPONENTS variable. Location of CMake configuration and target files in Windows layout is changed to $INSTALL_DIR/cmake (thus common for all configurations), to be found by standard search logic of CMake find_package() function. |
Affected Issues 0027301 |
|
mod - adm/cmake/occt_macros.cmake | Diff File | ||
mod - adm/cmake/occt_toolkit.cmake | Diff File | ||
mod - adm/templates/OpenCASCADEConfig.cmake.in | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
master d9e72440 2016-04-04 09:16:49
Committer: abv Details Diff |
0027337: [Regression vs. 6.9.1] Selection highlight is poor in ray traced mode with FSAA For FSAA mode we now store the depth values from first sample in myRaytraceFBO1 and do not modify it while collecting the rest of samples. When all samples are gathered we fetch color from myRaytraceFBO2 and depth from myRaytraceFBO1 and display it to the current FBO. Test bugs vis bug27337 added. |
Affected Issues 0027337 |
|
mod - src/OpenGl/OpenGl_View_Raytrace.cxx | Diff File | ||
mod - src/Shaders/Display.fs | Diff File | ||
add - tests/bugs/vis/bug27337 | Diff File | ||
master 63fad07e 2016-04-02 13:38:09
Committer: abv Details Diff |
0027338: Minor corrections in Tcl samples and documentation In samples: - Fixed syntax error in DataExchangeDemo.tcl - MSAA is enabled in some tests to provide better presentation - Option to build isolines on triangulation is used in some samples to avoid artifacts in selection highlight - Colors are corrected in cpu.tcl In documentation: - Reference to automake tools is removed - Standard_OVERRIDE is expanded to "override" |
Affected Issues 0027338 |
|
mod - dox/overview/overview.md | Diff File | ||
mod - dox/resources/occt_rm.doxyfile | Diff File | ||
mod - samples/tcl/bottle.tcl | Diff File | ||
mod - samples/tcl/cad.tcl | Diff File | ||
mod - samples/tcl/cpu.tcl | Diff File | ||
mod - samples/tcl/cutter.tcl | Diff File | ||
mod - samples/tcl/DataExchangeDemo.tcl | Diff File | ||
mod - samples/tcl/dimensions.tcl | Diff File | ||
mod - samples/tcl/drill.tcl | Diff File | ||
mod - samples/tcl/materials.tcl | Diff File | ||
mod - samples/tcl/pencil.tcl | Diff File | ||
mod - samples/tcl/snowflake.tcl | Diff File | ||
master f98965d2 2016-04-01 15:26:06
Committer: bugmaster Details Diff |
0027315: UnifySameDomain leaves unmerged edges Adapt the internal function MergeEdges to the case when on input it takes a set of edges constituting several connected chains. |
||
mod - src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug27315 | Diff File | ||
master 6ca1c746 2016-04-01 11:54:12
Committer: abv Details Diff |
0027325: [Regression to 6.9.1] geom/revolution_00/A1: BOPTools_AlgoTools2D::AttachExistingPCurve doesn't work 1. Check, if edge is same-range, is now made with some tolerance (not strictly) in GeomLib_CheckCurveOnSurface class. Default value of this tolerance is Precision::PConfusion(). However, this value can be changed with corresponding interface. 2. DRAW-command "attachpcurve" has been added to BOPTest_UtilityCommands.cxx file. This command creates p-curve of given edge on given face. It can assign 2D-curve of one of the edge already included in the face or (if it is not possible) rebuilds new 2D-curve. Creation of test case for this issue. Adjusting test case boolean volumemaker A8 according to its new behavior on Windows. |
||
mod - src/BOPTest/BOPTest.cxx | Diff File | ||
mod - src/BOPTest/BOPTest.hxx | Diff File | ||
add - src/BOPTest/BOPTest_UtilityCommands.cxx | Diff File | ||
mod - src/BOPTest/FILES | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools2D_1.cxx | Diff File | ||
mod - src/GeomLib/GeomLib_CheckCurveOnSurface.cxx | Diff File | ||
mod - src/GeomLib/GeomLib_CheckCurveOnSurface.hxx | Diff File | ||
mod - src/IntTools/IntTools_Tools.cxx | Diff File | ||
mod - src/IntTools/IntTools_Tools.hxx | Diff File | ||
mod - tests/boolean/volumemaker/A8 | Diff File | ||
add - tests/bugs/modalg_6/bug27325 | Diff File |