View Issue Details

IDProjectCategoryView StatusLast Update
0026759Open CASCADEOCCT:Modeling Algorithmspublic2015-12-25 19:25
ReporterabkAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
Product Version7.0.0 
Summary0026759: [Sewing] Sewing produces shape with invalid tolerance
DescriptionAn invalid shape is produced by the following script:


vertex v1 0 0 8
vertex v2 8 0 8
vertex v3 8 8 8
vertex v4 0 8 8

vertex v5 3 3 8
vertex v6 5 3 8
vertex v7 5 5 8
vertex v8 3 5 8

plane p 0 0 4 0 0 1
polyvertex ow v1 v2 v3 v4 v1
polyvertex iw v8 v7 v6 v5 v8
mkface f p ow
add iw f

box b 8 8 8
explode b f

box c 2 2 2
ttranslate c 3 3 6
orientation c R
explode c f

sewing s 1e-7 b_1 b_2 b_3 b_4 b_5 f c_1 c_2 c_3 c_4 c_5


The input shapes to command 'sewing' are valid ('checkshape') and have tolerance 1e-7.
The resulting shape is valid ('checkshape') but has maximal tolerances 6 on edges and vertices.
Steps To Reproducetolerance s
TagsNo tags attached.
Test case number

Activities

msv

2015-10-09 10:07

developer   ~0046617

Does the script contains the bug intentionally?

plane p 0 0 4 0 0 1

You are trying to put wires on the surface distant 4 mm of the wires.

abk

2015-10-09 13:30

developer   ~0046623

The script contains the error.
The resulting shape has valid tolerances without this error.

msv

2015-10-09 14:36

developer   ~0046626

Dear bugmaster, please close as this is not a bug.

Issue History

Date Modified Username Field Change
2015-10-08 19:46 abk New Issue
2015-10-08 19:46 abk Assigned To => msv
2015-10-09 10:07 msv Note Added: 0046617
2015-10-09 10:07 msv Assigned To msv => abk
2015-10-09 10:07 msv Status new => feedback
2015-10-09 10:07 msv Resolution open => no change required
2015-10-09 13:30 abk Note Added: 0046623
2015-10-09 13:30 abk Assigned To abk => msv
2015-10-09 13:30 abk Status feedback => assigned
2015-10-09 14:36 msv Note Added: 0046626
2015-10-09 14:36 msv Assigned To msv => bugmaster
2015-10-09 14:36 msv Status assigned => feedback
2015-10-12 09:59 bugmaster Status feedback => closed
2015-12-25 19:25 abv Target Version Unscheduled =>