View Issue Details

IDProjectCategoryView StatusLast Update
0016119Open CASCADEOCCT:Modeling Algorithmspublic2012-01-12 14:07
ReporterifvAssigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.2.1 
Summary0016119: Bug in GeomFill_Coons algorithm
DescriptionAlgorithm of building Coons surface has a bug: two surfaces built for C1 curves
have no C1 continuity along a common boundary.
Since there is no Draw command, which uses the Coons algorithm, to reproduce bug it is necessary to do the following:
1. Integrate attached file GeometryTest_SurfaceCommand.cxx with new Draw command
fillcurves res C1 C2 C3 C4 [Style]
2.Perform attached script srcipt.tcl:
restore c1
restore c2
restore c31
restore c32
restore c41
restore c42
restore cv
fillcurves s11 c1 c41 cv c31
fillcurves s12 cv c42 c2 c32
svalue s11 .5 .5 x1 y1 z1 dux1 duy1 duz1 dvx1 dvy1 dvz1
svalue s12 .5 .5 x2 y2 z2 dux2 duy2 duz2 dvx2 dvy2 dvz2
dval dvx1-dvx2
dval dvy1-dvy2
dval dvz1-dvz2

Result is:
-0.41063169232111768
0.74598350784300127
0.24020534108274028
But these values must be closed to zero
Correct result (after fixing bug) is:
4.4408920985006262e-015
-4.6629367034256575e-015
-2.6645352591003757e-015
Additional information
and documentation updates
Documentation remark, added by IFV 2007-11-05 12:27:54:

New features:
No
Improvements:
Bug correction
TagsNo tags attached.
Test case number

Attached Files

  • GeometryTest_SurfaceCommands.cxx.gz (2,848 bytes)
  • data.tar.gz (824 bytes)
  • occ16119_fix1.tar.gz (4,282 bytes)

Activities

2007-06-01 09:28

 

GeometryTest_SurfaceCommands.cxx.gz (2,848 bytes)

2007-06-01 09:28

 

data.tar.gz (824 bytes)

2007-06-01 09:30

 

occ16119_fix1.tar.gz (4,282 bytes)

Issue History

Date Modified Username Field Change
2007-06-07 16:23 bugmaster Assigned To bugmaster => ifv
2007-06-07 16:23 bugmaster Status new => assigned
2007-06-07 16:23 bugmaster Status assigned => resolved
2007-06-07 16:24 bugmaster Status resolved => tested
2007-07-27 17:15 bugmaster Status tested => verified
2009-06-23 18:14 bugmaster Status verified => closed
2009-06-23 18:14 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms
2012-01-12 14:07 atp Description Updated
2012-01-12 14:07 atp Additional Information Updated