View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016119 | Open CASCADE | OCCT:Modeling Algorithms | public | 2007-06-01 11:28 | 2012-01-12 14:07 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.2.1 | ||||
Summary | 0016119: Bug in GeomFill_Coons algorithm | ||||
Description | Algorithm 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 | ||||
Tags | No tags attached. | ||||
Test case number | |||||
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 |
|
Description Updated | |
2012-01-12 14:07 |
|
Additional Information Updated |