View Issue Details

IDProjectCategoryView StatusLast Update
0021424Open CASCADEOCCT:Application Frameworkpublic2011-07-12 12:00
Reporterszy Assigned Toszy  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.4.0 
Summary0021424: Naming fails for the specifed case (3 revolutions & 2 Fuse)
DescriptionNaming fails during selection of any entity of the proposed testing case.
Data model of the specified case can be reproduced in next way.
1.Create 5 points: P1(0,0,0); P2(0,200,0); P3(100,200,0);P4(150,100,0);P5(100,0,0)
2.Create closed wire using these 5 points => Wire1 (P1,P2,P3,P4,P5)
3.Create Face using Wire1 => Face0
4.Create Section Revolution (angle = 120 degree,axis=YAxis) using as basis Face0:
  Rev1 = SectRev(Face0, YAxis,120)
5.Create next Section Revolution using as basis End Face of Rev1 (FE1):
  Rev2 = SectRev(FE1, YAxis, 120)
6.Create third Section Revolution using as basis End Face of Rev2 (FE2):
  Rev3 = SectRev(FE2, YAxis, 120)
7.Make Fuse of Rev1 (Object) and Rev2 (Tool): Fuse1 = Fuse (Rev1, Rev2)
8.Make Fuse of Fuse1 (Object) and Rev3 (Tool): Fuse2 = Fuse (Fuse1, Rev3)
9.Make XSelection of any face from result of Fuse2 from part corresponding to
faces modified from faces of revolution Rev3.
Selection fails.

See also document file produced in Samcef/Field application - Rev3_Fuse2.sfield
TagsNo tags attached.
Test case number

Attached Files

  • Rev3_Fuse2.sfield (42,323 bytes)
  • NamingBug_21424.doc (123,904 bytes)
  • OCC21424.zip (60,398 bytes)
  • TNaming_UsedShapes.cxx (5,281 bytes)
  • OCC21424_caf_002_allD_scripts.tar.gz (10,565 bytes)

Relationships

related to 0021622 closedszy Naming of a single edge creates Compound of edges 
related to 0021635 closedszy Naming of main part of faces of the presented shape fails 
related to 0021636 closedszy Naming of the face 0000014 of the presented mode raises NullObject exception 

Activities

2009-10-20 10:50

 

Rev3_Fuse2.sfield (42,323 bytes)

2009-10-20 16:07

 

NamingBug_21424.doc (123,904 bytes)

2009-10-27 16:18

 

OCC21424.zip (60,398 bytes)

2009-10-29 12:28

 

TNaming_UsedShapes.cxx (5,281 bytes)

2010-03-19 19:05

 

OCC21424_caf_002_allD_scripts.tar.gz (10,565 bytes)

Issue History

Date Modified Username Field Change
2009-10-27 16:20 szy CC => mkv
2009-10-28 14:04 bugmaster Assigned To bugmaster => szy
2009-10-28 14:04 bugmaster Status new => assigned
2009-12-15 17:57 szy Status assigned => resolved
2010-03-25 14:31 szy BugsThisDependsOn => 21622
2010-03-25 14:34 szy BugsThisDependsOn => 21635
2010-03-25 14:38 szy BugsThisDependsOn => 21636
2010-04-28 18:59 apv CC => apv
2010-06-23 12:33 bugmaster Status resolved => tested
2010-07-28 15:28 bugmaster Status tested => verified
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework