View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000427 | Open CASCADE | OCCT:Modeling Algorithms | public | 2002-05-28 13:58 | 2006-06-29 09:15 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 5.0.0 | ||||
Summary | 0000427: Cases che/001/E1,E3,E7,K1,K3,K7 stop test because they need too much memory and swap. | ||||
Description | #Common (begin) for all cases: proc OFFSETSHAPE {distance faces calcul type} { uplevel #0 explode s f uplevel #0 offsetparameter 1e-7 $calcul $type uplevel #0 offsetload s $distance $faces uplevel #0 offsetperform result } set calcul "c" set type "i" #Common for E.. cases: pcone s 9 4 15 90 trotate s 0 0 0 0 0 1 90 #it's E1: OFFSETSHAPE 1 {} $calcul $type #it's E3: OFFSETSHAPE 1 {s_5} $calcul $type #it's E7: OFFSETSHAPE 1 {s_2 s_3} $calcul $type #Common for K.. cases: circle w -20 0 0 20 mkedge w w 0 pi*2/5 wire w w polyline profile 0 0 0 10 0 0 5 0 5 0 0 0 mkplane profile profile pipe s w profile #it's K1: OFFSETSHAPE 1 {} $calcul $type #it's K3: OFFSETSHAPE 1 {s_2} $calcul $type #it's K7: OFFSETSHAPE 1 {s_4 s_5} $calcul $type | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2002-05-29 15:07 | bugmaster | Assigned To | bugmaster => ifv |
2002-05-29 15:07 | bugmaster | Status | new => assigned |
2002-06-03 14:14 |
|
Assigned To | ifv => skv |
2002-06-06 14:27 |
|
Status | assigned => resolved |
2002-06-06 14:27 |
|
CC | => apv, aki |
2002-06-14 13:30 |
|
Status | resolved => tested |
2002-06-17 12:09 | bugmaster | Status | tested => verified |
2002-08-01 16:48 | bugmaster | Status | verified => closed |
2002-08-01 16:48 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |