View Issue Details

IDProjectCategoryView StatusLast Update
0021662Open CASCADEOCCT:Application Frameworkpublic2018-11-27 14:31
Reporterszy Assigned Toszy  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.4.0 
Summary0021662: Selection of a face generated by Fillet function hungs PC
DescriptionSelection of a face generated by Fillet function (see the attached picture)
leads to infinite loop inside Naming component.
Naming tries to find neighbors via Filter. It seems that the criteria to stop is
incorrect.
Script for the problem reproducing.
------------------------------------
pload FULL
erase
NewDocument D MDTV-Standard
isos 12
0000001 - create Box using short-cut
NewCommand D
AddDriver D Box;
set B1 [AddBox D 130 140 150];
ComputeFun D $B1:1;
GetShape D $B1:1:2 Box1;

0000002 - create a sphere
AddDriver D Sph Attach PTxyz PTALine Cut Fuse Fillet
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 B2 [AddBox D 150 1400 100]; ## add box
ComputeFun D $B2:1; ## compute box2 function
GetShape D $B2:1:2 Box2;
erase Box1

#4
NewCommand D
set FTr2 [PTranslateDXYZ D $B2 -70 -500 0]
ComputeFun D $FTr2
GetShape D $B2:2:2 Box2


#5 Fuse sphere with Box2
NewCommand D
set FS1 [AddFuse D $Sph1 $B2]
ComputeFun D $FS1
GetShape D $FS1:2 Sp1

#6 make fillet
explode Sp1 F
set Bas1 [AttachShape D Sp1_1 ${Sph1} ${Sph1} 0];

set Fill [AddFillet D $Sph1 15 $Bas1 0]
ComputeFun D $Fill
GetShape D $Fill:2 S

#6 test selection
NewCommand D
explode S F
set SF2 [AttachShape D S_2 ${Sph1} ${Sph1} 0];
TagsNo tags attached.
Test case number

Attached Files

  • t18_1.PNG (19,878 bytes)
  • OCC21662.tar.gz (39,243 bytes)

Relationships

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 0021653 closedszy Naming fails during Wire of Sphere naming 
related to 0021673 closedszy Selection of Edge gives compound of edges 

Activities

2010-04-02 17:38

 

t18_1.PNG (19,878 bytes)

2010-04-09 13:37

 

OCC21662.tar.gz (39,243 bytes)

Issue History

Date Modified Username Field Change
2010-04-02 17:39 szy OtherBugsDependingOnThis => 21630, 21653
2010-04-09 13:39 szy CC => MKV
2010-04-09 18:42 szy BugsThisDependsOn => 21673
2010-04-21 16:39 bugmaster Assigned To bugmaster => szy
2010-04-21 16:39 bugmaster Status new => assigned
2010-04-21 16:40 bugmaster Status assigned => resolved
2010-04-28 19:02 apv CC => apv
2010-06-23 12:37 bugmaster Status resolved => tested
2010-07-28 16:05 bugmaster Status tested => verified
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework