View Issue Details

IDProjectCategoryView StatusLast Update
0023130Open CASCADEOCCT:DRAWpublic2013-04-29 15:21
ReporterskiAssigned Tonbv 
PrioritynoneSeverityminor 
Status closedResolutionfixed 
PlatformWindows 
Product Version6.5.2 
Target Version6.6.0Fixed in Version6.6.0 
Summary0023130: command "maxtolerance" doesn't work on Windows
Descriptioncommand "maxtolerance" doesn't work on Windows platform
TagsNo tags attached.
Test case numberbugs demo(001) bug23130

Activities

nbv

2012-11-08 17:44

developer   ~0022158

Last edited: 2012-11-15 08:53

The branch CR23130 is ready to review.

The WNT macros is defined when user works with Windows.

jgv

2012-11-14 15:00

developer   ~0022239

No remarks

nbv

2012-11-16 12:27

developer   ~0022275

maxtol command returns incorrect values of variables nbFaces, nbEdges and nbVtx.

nbv

2012-11-16 13:12

developer   ~0022276

The branch CR23130_1 is ready to review.

mkv

2012-11-19 18:31

tester   ~0022299

Dear BugMaster,
Branch CR23130_1 (and master from occt GIT master) was compiled on Linux and Windows platforms and tested.

Regressions:
Not detected

Improvements:
Not detected

Testing cases:
bugs demo(001) bug23130 - OK.

abv

2012-11-20 12:52

manager   ~0022307

Please explain why number of entities reported by this command was considered incorrect. See also 0023562

nbv

2012-11-20 13:58

developer   ~0022308

Existing maxtolerance command returns:

==================================================================
box b 100 100 100
maxtolerance b

## Tolerances on the shape b (nbFaces:6 nbEdges:24 nbVtx:48)

    Face : Min 1.00000e-07 Max 1.00000e-07
 
    Edge : Min 1.00000e-07 Max 1.00000e-07
 
    Vertex : Min 1.00000e-07 Max 1.00000e-07
==================================================================

New command returns:
==================================================================
box b 100 100 100
maxtolerance b

## Tolerances on the shape b (nbFaces:6 nbEdges:12 nbVtx:8)

    Face : Min 1.00000e-07 Max 1.00000e-07
 
    Edge : Min 1.00000e-07 Max 1.00000e-07
 
    Vertex : Min 1.00000e-07 Max 1.00000e-07
==================================================================

I think that is more correct.

abv

2012-11-20 14:46

manager   ~0022310

Agreed, command explode also uses map to avoid repeating sub-shapes.

No remarks, please test

Related Changesets

occt: master 581971fe

2012-11-23 11:33:47

nbv

Details Diff
0023130: command "maxtolerance" doesn't work on Windows

maxtol command returns incorrect values of variables nbFaces, nbEdges and nbVtx.
Test case for this bug
Affected Issues
0023130
mod - src/BRepTest/BRepTest_BasicCommands.cxx Diff File
add - tests/bugs/demo/bug23130 Diff File

Issue History

Date Modified Username Field Change
2012-05-03 18:05 ski New Issue
2012-05-03 18:05 ski Assigned To => jgv
2012-11-08 12:34 jgv Assigned To jgv => nbv
2012-11-08 17:44 nbv Note Added: 0022158
2012-11-08 17:44 nbv Assigned To nbv => jgv
2012-11-08 17:44 nbv Status new => resolved
2012-11-08 17:48 nbv Note Edited: 0022158
2012-11-09 09:26 nbv Note Edited: 0022158
2012-11-14 15:00 jgv Note Added: 0022239
2012-11-14 15:00 jgv Status resolved => reviewed
2012-11-14 19:16 mkv Assigned To jgv => mkv
2012-11-15 08:53 nbv Note Edited: 0022158
2012-11-16 12:24 nbv Assigned To mkv => nbv
2012-11-16 12:25 jgv Status reviewed => assigned
2012-11-16 12:27 nbv Note Added: 0022275
2012-11-16 13:11 nbv Assigned To nbv => jgv
2012-11-16 13:12 nbv Note Added: 0022276
2012-11-16 13:12 nbv Status assigned => resolved
2012-11-19 18:31 mkv Note Added: 0022299
2012-11-19 18:31 mkv Test case number => bugs demo(001) bug23130
2012-11-20 12:10 mkv Assigned To jgv => abv
2012-11-20 12:52 abv Note Added: 0022307
2012-11-20 12:52 abv Assigned To abv => nbv
2012-11-20 12:52 abv Status resolved => assigned
2012-11-20 13:48 nbv Assigned To nbv => abv
2012-11-20 13:58 nbv Note Added: 0022308
2012-11-20 14:45 abv Status assigned => resolved
2012-11-20 14:46 abv Note Added: 0022310
2012-11-20 14:46 abv Assigned To abv => bugmaster
2012-11-20 14:46 abv Status resolved => reviewed
2012-11-20 14:53 mkv Assigned To bugmaster => mkv
2012-11-20 14:53 mkv Assigned To mkv => bugmaster
2012-11-20 14:53 mkv Status reviewed => tested
2012-11-22 11:18 abv Target Version => 6.6.0
2012-11-26 15:45 nbv Changeset attached => occt master 581971fe
2012-11-26 15:45 nbv Assigned To bugmaster => nbv
2012-11-26 15:45 nbv Status tested => verified
2012-11-26 15:45 nbv Resolution open => fixed
2012-12-10 17:16 nbv Changeset attached => occt master 581971fe
2013-04-23 13:37 aiv Status verified => closed
2013-04-29 15:21 aiv Fixed in Version => 6.6.0