View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021653 | Open CASCADE | OCCT:Application Framework | public | 2010-03-26 14:31 | 2011-07-12 12:00 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.4.0 | ||||
Summary | 0021653: Naming fails during Wire of Sphere naming | ||||
Description | Naming fails (builds UNKNOWN name)during Wire of the modified Sphere (Fuse) naming (see details at the attached picture: the mentioned wires are colored in red and marked by E1, E2 names). Script for the problem reproducing. ------------------------------------ NewDocument D MDTV-Standard UndoLimit D 100 isos 12 0000001 - create Box using short-cut NewCommand D AddDriver D Box; ## add box driver to driver table set B1 [AddBox D 130 140 150]; ## add box ComputeFun D $B1:1; ## compute box1 function GetShape D $B1:1:2 Box1; ## check result whatis Box1 # referes to result NS GetReference D $B1; ## check is reference set 0000002 - create sphere AddDriver D Sph Attach PTxyz PTALine Cut Fuse NewCommand D explode Box1 V set SPnt1 [AttachShape D Box1_1 ${B1} ${B1} 0]; ## set attachment set Sph1 [AddSphere D $SPnt1 250] ComputeFun D $Sph1:1 GetShape D $Sph1:1:2 Sp1 #3 NewCommand D set Sph2 [AddSphere D $SPnt1 30] ComputeFun D $Sph2:1 GetShape D $Sph2:1:2 Sp2 erase Box1 #4 NewCommand D set FTr2 [PTranslateDXYZ D $Sph2 0 -253 0] ComputeFun D $FTr2 GetShape D $Sph2:2:2 Sp2 #5 Fuse spheres NewCommand D set FS1 [AddFuse D $Sph1 $Sph2] ComputeFun D $FS1 GetShape D $FS1:2 Sp1 #6 test selection NewCommand D explode Sp1 W set SW2 [AttachShape D Sp1_2 ${B1} ${B1} 0]; set SW4 [AttachShape D Sp1_4 ${B1} ${B1} 0]; ---------------- Naming of both wires (Sp1_2 & Sp1_4) fails. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0021636 | closed | Naming of the face 0000014 of the presented mode raises NullObject exception | |
related to | 0021651 | closed | Recomputation of Naming data structure fails for several faces (and wires of these faces) | |
related to | 0021630 | closed | Naming of any of four vertexes presented on the picture gives Compound of vertexes instead of a single vertex | |
related to | 0021662 | closed | Selection of a face generated by Fillet function hungs PC |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-03-26 14:33 |
|
OtherBugsDependingOnThis | => 21636, 21651 |
2010-03-30 11:21 |
|
BugsThisDependsOn | => 21630 |
2010-03-31 16:39 | bugmaster | Assigned To | bugmaster => szy |
2010-03-31 16:39 | bugmaster | Status | new => assigned |
2010-03-31 16:39 | bugmaster | Status | assigned => resolved |
2010-04-02 17:39 |
|
BugsThisDependsOn | => 21662 |
2010-04-28 19:01 |
|
CC | => apv, mkv |
2010-06-23 12:36 | bugmaster | Status | resolved => tested |
2010-07-28 15:56 | bugmaster | Status | tested => verified |
2011-08-02 10:32 | bugmaster | Category | OCCT:OCAF => OCCT:Application Framework |