View Issue Details

IDProjectCategoryView StatusLast Update
0021653Open CASCADEOCCT:Application Frameworkpublic2011-07-12 12:00
Reporterszy Assigned Toszy  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.4.0 
Summary0021653: Naming fails during Wire of Sphere naming
DescriptionNaming 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.
TagsNo tags attached.
Test case number

Attached Files

  • t11.PNG (24,140 bytes)
  • OCC21653.tar.gz (25,448 bytes)

Relationships

related to 0021636 closedszy Naming of the face 0000014 of the presented mode raises NullObject exception 
related to 0021651 closedszy Recomputation of Naming data structure fails for several faces (and wires of these faces) 
related to 0021630 closedszy Naming of any of four vertexes presented on the picture gives Compound of vertexes instead of a single vertex 
related to 0021662 closedszy Selection of a face generated by Fillet function hungs PC 

Activities

2010-03-26 14:31

 

t11.PNG (24,140 bytes)

2010-03-30 10:51

 

OCC21653.tar.gz (25,448 bytes)

Issue History

Date Modified Username Field Change
2010-03-26 14:33 szy OtherBugsDependingOnThis => 21636, 21651
2010-03-30 11:21 szy 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 szy BugsThisDependsOn => 21662
2010-04-28 19:01 apv 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