Changesets: occt

master 16420da1

2015-12-11 16:29:09

isk


Committer: bugmaster Details Diff
0026984: Draw Harness, ViewerTest - preserve local transformation of presentation within vtexture command Affected Issues
0026984
mod - src/ViewerTest/ViewerTest.cxx Diff File

master 47e3009d

2015-12-11 14:53:43

nbv


Committer: bugmaster Details Diff
0026841: Boolean operation "bsection" produce invalid result on the attached cases

1. Intersection curve was not bounded by faces domain. It was the reason of big edge tolerance. This problem has been fixed.
2. Interface bopcurves DRAW-command has been changed in order to make possible to reproduce intersection problem.

Creation of test case for this issue.
mod - src/BOPTest/BOPTest_BOPCommands.cxx Diff File
mod - src/IntPatch/IntPatch_WLineTool.cxx Diff File
mod - src/IntTools/IntTools_FaceFace.cxx Diff File
mod - tests/boolean/bsection/M3 Diff File
add - tests/bugs/modalg_6/bug26841_1 Diff File
add - tests/bugs/modalg_6/bug26841_2 Diff File

master 4d6554d1

2015-12-11 12:29:23

ski


Committer: bugmaster Details Diff
0026888: Crash in Java ImportExport sample on shape deleting

Corrected behaviour of 3d viewer after shape deleting in qt samples.
Corrected behaviour of toolbar buttons after shape deleting in csharp samples.
mod - samples/CSharp/WinForms/Form2.cs Diff File
mod - samples/CSharp/WPF_D3D/OCCViewer.cs Diff File
mod - samples/CSharp/WPF_WinForms/OCCViewer.cs Diff File
mod - samples/qt/Common/src/DocumentCommon.cxx Diff File

master 36679076

2015-12-11 08:35:59

vpa


Committer: bugmaster Details Diff
0026959: Visualization - cannot select edge of the shape

- polygonal representation of the edge is used for sensitive entity computation regardless of requested deflection;
- test case for issue #26959

Adjusting test case
mod - src/StdSelect/StdSelect_BRepSelectionTool.cxx Diff File
mod - tests/bugs/vis/bug12121 Diff File
add - tests/bugs/vis/bug26959 Diff File

master 2f9dedc5

2015-12-11 08:35:18

ski


Committer: bugmaster Details Diff
Modification of test cases in accordance with changes of issue 25945
mod - tests/bugs/modalg_6/bug24417 Diff File
mod - tests/bugs/modalg_6/bug26431_3 Diff File
mod - tests/bugs/modalg_6/bug26952_1 Diff File
mod - tests/bugs/modalg_6/bug26952_2 Diff File
mod - tests/bugs/modalg_6/bug26953_1 Diff File
mod - tests/bugs/modalg_6/bug26953_2 Diff File
mod - tests/bugs/modalg_6/bug26953_3 Diff File
mod - tests/bugs/modalg_6/bug26953_4 Diff File
mod - tests/bugs/modalg_6/bug26954_1 Diff File
mod - tests/bugs/modalg_6/bug26954_2 Diff File
mod - tests/bugs/modalg_6/bug26954_3 Diff File
mod - tests/bugs/modalg_6/bug26954_4 Diff File
mod - tests/bugs/modalg_6/bug26954_5 Diff File
mod - tests/bugs/modalg_6/bug26955 Diff File
mod - tests/bugs/modalg_6/bug26971 Diff File

master 4f99f761

2015-12-11 08:01:27

gka


Committer: bugmaster Details Diff
0024595: STEP import missing surfaces

Modification to create natural bounds for face based on the spherical and Bspline surface and having only one bound represented by Vertex loop was made.
According to the specification of ISO-10303 part 42:
"If the face has only one bound and this is of type vertex_loop, then the interior of the face is the domain of the face_surface.face_geometry. In such a case the underlying surface shall be closed (e.g. a spherical_surface.)"
- natural bounds are applied only in case if VertexLoop is only the one
defined face bound.

Update of test-cases according to the new behavior

Test-case for issue 0024595
Affected Issues
0024595
mod - src/StepToTopoDS/StepToTopoDS_TranslateFace.cxx Diff File
add - tests/bugs/step/bug24595 Diff File
mod - tests/de/step_1/D1 Diff File

master 5b70cbe8

2015-12-10 13:16:55

mkv


Committer: bugmaster Details Diff
0026523: Wrong result of section algorithm

Small correction of test case in accordance with changes of issue 25945
add - tests/bugs/modalg_6/bug26523 Diff File

master 3da62e0e

2015-12-10 12:53:28

mkv


Committer: bugmaster Details Diff
0026334: BRepOffsetAPI_MakePipeShell returns the wrong shape Affected Issues
0026334
add - tests/bugs/modalg_6/bug26334 Diff File

master 6b13d528

2015-12-10 12:46:29

mkv


Committer: bugmaster Details Diff
0026327: Performance degradation from version 6.8.0 on Boolean operations
Test case for issue CR26327
Affected Issues
0026327
add - tests/bugs/modalg_6/bug26327 Diff File

master e1312bce

2015-12-10 12:39:54

mkv


Committer: bugmaster Details Diff
0026188: Incorrect PCurve creation
Test case for issue CR26188
add - tests/bugs/modalg_6/bug26188 Diff File

master 8d27a37d

2015-12-10 12:32:33

mkv


Committer: bugmaster Details Diff
0026427: Draft angle algorithm produces wrong shape
Test case for issue CR26427
Affected Issues
0026427
add - tests/bugs/modalg_6/bug26427 Diff File

master 64b47061

2015-12-10 12:24:35

mkv


Committer: bugmaster Details Diff
0023666: Wrong section curve between attached faces

Test case for issue CR23666

Small correction of test case in accordance with changes of issue 25945
Affected Issues
0023666
add - tests/bugs/modalg_6/bug23666 Diff File

master 702ef49f

2015-12-10 12:04:01

mkv


Committer: bugmaster Details Diff
0025342: [Regression] BRepAlgoAPI_Section returns wrong number of edges
Test case for issue CR25342
Affected Issues
0025342
add - tests/bugs/modalg_6/bug25342 Diff File

master ad2a55b2

2015-12-10 11:18:38

isk


Committer: bugmaster Details Diff
0026975: Visualization, TKOpenGl - handle triangle strips correctly within Ray-Tracing core Affected Issues
0026975
mod - src/OpenGl/OpenGl_View_Raytrace.cxx Diff File
add - tests/bugs/vis/bug26975 Diff File

master 7ed7467d

2015-12-09 17:27:36

abv


Committer: abv Details Diff
0026961: Recover possibility to read files in old persistence format -- preparation

Added basic support for possibility to read filed in old persistent format.
Toolkits TKStd, TKStdL, TKShape added to provide necessary tools (to be done).
Obsolete interfaces are removed from classes in PCDM and Storage.
Affected Issues
0026961
mod - adm/MODULES Diff File
mod - adm/UDLIST Diff File
mod - src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx Diff File
mod - src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.hxx Diff File
mod - src/OS/ApplicationFramework.tcl Diff File
mod - src/PCDM/PCDM.cxx Diff File
mod - src/PCDM/PCDM.hxx Diff File
mod - src/PCDM/PCDM_ReadWriter.cxx Diff File
mod - src/PCDM/PCDM_ReadWriter_1.cxx Diff File
mod - src/PCDM/PCDM_RetrievalDriver.cxx Diff File
mod - src/PCDM/PCDM_RetrievalDriver.hxx Diff File
mod - src/PCDM/PCDM_StorageDriver.cxx Diff File
add - src/ShapePersistent/FILES Diff File
add - src/ShapePersistent/ShapePersistent.cxx Diff File
add - src/ShapePersistent/ShapePersistent.hxx Diff File
add - src/StdDrivers/FILES Diff File
add - src/StdDrivers/StdDrivers.cxx Diff File
add - src/StdDrivers/StdDrivers.hxx Diff File
add - src/StdDrivers/StdDrivers_DocumentRetrievalDriver.cxx Diff File
add - src/StdDrivers/StdDrivers_DocumentRetrievalDriver.hxx Diff File
add - src/StdLDrivers/FILES Diff File
add - src/StdLDrivers/StdLDrivers.cxx Diff File
add - src/StdLDrivers/StdLDrivers.hxx Diff File
add - src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx Diff File
add - src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.hxx Diff File
add - src/StdLPersistent/FILES Diff File
add - src/StdLPersistent/StdLPersistent.cxx Diff File
add - src/StdLPersistent/StdLPersistent.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PCollection_HExtendedString.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PCollection_HExtendedString.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PColStd_HArray1.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PColStd_HArray1Base.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PColStd_HArray1Base.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PDataStd_Integer.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PDataStd_Integer.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PDataStd_Name.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PDataStd_Name.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PDF_Data.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PDF_Data.hxx Diff File
add - src/StdLPersistent/StdLPersistent_PDocStd_Document.cxx Diff File
add - src/StdLPersistent/StdLPersistent_PDocStd_Document.hxx Diff File
add - src/StdObjMgt/FILES Diff File
add - src/StdObjMgt/StdObjMgt_MapOfInstantiators.cxx Diff File
add - src/StdObjMgt/StdObjMgt_MapOfInstantiators.hxx Diff File
add - src/StdObjMgt/StdObjMgt_Persistent.cxx Diff File
add - src/StdObjMgt/StdObjMgt_Persistent.hxx Diff File
add - src/StdObjMgt/StdObjMgt_ReadData.cxx Diff File
add - src/StdObjMgt/StdObjMgt_ReadData.hxx Diff File
add - src/StdPersistent/FILES Diff File
add - src/StdPersistent/StdPersistent.cxx Diff File
add - src/StdPersistent/StdPersistent.hxx Diff File
mod - src/StdResource/Plugin Diff File
mod - src/StdResource/Standard Diff File
mod - src/StdResource/StandardLite Diff File
mod - src/Storage/Storage_HeaderData.cxx Diff File
mod - src/Storage/Storage_HeaderData.hxx Diff File
mod - src/Storage/Storage_Root.cxx Diff File
mod - src/Storage/Storage_Root.hxx Diff File
mod - src/Storage/Storage_RootData.cxx Diff File
mod - src/Storage/Storage_RootData.hxx Diff File
mod - src/Storage/Storage_Schema.cxx Diff File
mod - src/Storage/Storage_Schema.hxx Diff File
mod - src/Storage/Storage_Schema.lxx Diff File
mod - src/Storage/Storage_TypeData.cxx Diff File
mod - src/Storage/Storage_TypeData.hxx Diff File
add - src/TKShape/CMakeLists.txt Diff File
add - src/TKShape/EXTERNLIB Diff File
add - src/TKShape/FILES Diff File
add - src/TKShape/PACKAGES Diff File
add - src/TKStd/CMakeLists.txt Diff File
add - src/TKStd/EXTERNLIB Diff File
add - src/TKStd/FILES Diff File
add - src/TKStd/PACKAGES Diff File
add - src/TKStdL/CMakeLists.txt Diff File
add - src/TKStdL/EXTERNLIB Diff File
add - src/TKStdL/FILES Diff File
add - src/TKStdL/PACKAGES Diff File
mod - src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx Diff File
mod - src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.hxx Diff File

master d376db7a

2015-12-09 11:55:16

ysn


Committer: bugmaster Details Diff
0026926: Small mistake in the exceptions part of Foundation Classes User's Guide

A minor clarification
Affected Issues
0026926
mod - dox/user_guides/foundation_classes/foundation_classes.md Diff File

master e085d8a6

2015-12-09 08:55:05

ski


Committer: bugmaster Details Diff
0026942: Training material are not built on OCCT installed after building by cmake procedure

Environment variable QT_DIR was renamed to QTDIR.
mod - samples/qt/IESample/custom.bat Diff File
mod - samples/qt/IESample/custom.sh Diff File
mod - samples/qt/IESample/env.bat Diff File
mod - samples/qt/IESample/env.sh Diff File
mod - samples/qt/IESample/genproj.bat Diff File
mod - samples/qt/IESample/IESample.pro Diff File
mod - samples/qt/Tutorial/custom.bat Diff File
mod - samples/qt/Tutorial/custom.sh Diff File
mod - samples/qt/Tutorial/env.bat Diff File
mod - samples/qt/Tutorial/env.sh Diff File
mod - samples/qt/Tutorial/genproj.bat Diff File
mod - samples/qt/Tutorial/Tutorial.pro Diff File

master c9e1d810

2015-12-09 08:00:13

gka


Committer: bugmaster Details Diff
0026708: Fix shape did not fix attached shape. Seam edge was not added to the attached periodic face.

Added taking into account crossing seam edge during collection of the wires in the ShapeFix_ComposeShell.cxx
Test script for bug 0026708.
Affected Issues
0026708
mod - src/ShapeFix/ShapeFix_ComposeShell.cxx Diff File
add - tests/bugs/heal/bug26708 Diff File
mod - tests/de/step_3/D8 Diff File
mod - tests/de/step_4/H1 Diff File
mod - tests/de/step_5/A1 Diff File

master d0fc1645

2015-12-09 07:43:39

emv


Committer: bugmaster Details Diff
0026971: Test cases for Set-45
add - tests/bugs/modalg_6/bug26971 Diff File

master 1ff07227

2015-12-09 07:18:28

vro


Committer: bugmaster Details Diff
0023465: Weird InsertBefore, InsertAfter and Remove methods in TDataStd lists
mod - src/DDataStd/DDataStd_BasicCommands.cxx Diff File
mod - src/TDataStd/TDataStd_BooleanList.cxx Diff File
mod - src/TDataStd/TDataStd_BooleanList.hxx Diff File
mod - src/TDataStd/TDataStd_ExtStringList.cxx Diff File
mod - src/TDataStd/TDataStd_ExtStringList.hxx Diff File
mod - src/TDataStd/TDataStd_IntegerList.cxx Diff File
mod - src/TDataStd/TDataStd_IntegerList.hxx Diff File
mod - src/TDataStd/TDataStd_RealList.cxx Diff File
mod - src/TDataStd/TDataStd_RealList.hxx Diff File
mod - src/TDataStd/TDataStd_ReferenceList.cxx Diff File
mod - src/TDataStd/TDataStd_ReferenceList.hxx Diff File
add - tests/bugs/caf/bug23465 Diff File

master 6e2cb64d

2015-12-09 07:09:35

msv


Committer: bugmaster Details Diff
0026970: Update MSVC visualizers to support 7.0 handles and something more

Changes:
- make shorter visualization of handles: change word 'count' to 'cnt'
- add visualization of hex value of entity in handles
- add visualization of classes:
opencascade::handle<*>
NCollection_Sequence<*>
TColStd_Array1OfInteger
TColStd_Array1OfReal
TColStd_Array2OfInteger
TColStd_ListOfInteger
TColStd_ListOfReal
BRep_ListOfCurveRepresentation
TopoDS_Shape
TopoDS_TShape
BOPDS_Pave
BOPDS_PaveBlock
Affected Issues
0026970
mod - dox/dev_guides/debug/occt.natvis Diff File

master acb81c83

2015-12-08 15:05:07

emv


Committer: bugmaster Details Diff
0026955: Invalid result of General Fuse operation

Running Solid Classifier algorithm with correct tolerance for point.
mod - src/BRepCheck/BRepCheck_Solid.cxx Diff File
add - tests/bugs/modalg_6/bug26955 Diff File

master 5fb5b5c4

2015-12-08 14:25:50

nbv


Committer: bugmaster Details Diff
0024417: BRepAlgoAPI_Section fails on attached shapes

Creation test case for this issue
Affected Issues
0024417
add - tests/bugs/modalg_6/bug24417 Diff File

master a2ff7810

2015-12-08 13:01:26

msv


Committer: bugmaster Details Diff
0026967: BRepFill_OffsetWire should not copy plane if Alt == 0.0

In the class BRepFill_OffsetWire the base plane is not copied anymore if altitude parameter is equal to zero.
Affected Issues
0026967
mod - src/BRepFill/BRepFill_OffsetWire.cxx Diff File

master c8f62d27

2015-12-08 12:46:26

nbv


Committer: bugmaster Details Diff
0026896: Wrong result of bsection algorithm

Creation test cases for this issue

Small correction of test cases
add - tests/bugs/modalg_6/bug26896_1 Diff File
add - tests/bugs/modalg_6/bug26896_2 Diff File
add - tests/bugs/modalg_6/bug26896_3 Diff File
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 133 134 135 136 137 138 139 ... 150 ... 180 ... 210 ... 240 ... 254 255 256  Next  Last