View Issue Details

IDProjectCategoryView StatusLast Update
0000427Open CASCADEOCCT:Modeling Algorithmspublic2006-06-29 09:15
ReporterakiAssigned Toskv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.0.0 
Summary0000427: 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
TagsNo tags attached.
Test case number

Attached Files

  • BRepOffset.tgz (6,006 bytes)

Activities

2002-06-06 10:22

 

BRepOffset.tgz (6,006 bytes)

Issue History

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 ifv Assigned To ifv => skv
2002-06-06 14:27 skv Status assigned => resolved
2002-06-06 14:27 apv CC => apv, aki
2002-06-14 13:30 aki 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