View Issue Details

IDProjectCategoryView StatusLast Update
0023469Open CASCADEOCCT:Testspublic2012-11-08 11:42
Reporterapn Assigned Toabv 
PrioritynormalSeverityminor 
Status closedResolutionno change required 
PlatformAOSL 
Target Version6.5.4 
Summary0023469: Shapes are not read properly in test cases xcaf stp_to_dxc G7 I1 I2 using new organization of datafiles
DescriptionProblem was reproduced on branch CR23438_1 during testing new organization of datafiles.
During execution command ReadStep we get errors on record:

.....
*** Error on Record 495 (on 561 -> 88 % in File) *** Ident 0000329
Complex Type incorrect : CAMERA_IMAGE_3D_WITH_SCALE / CAMERA_IMAGE ...
*** Error on Record 497 (on 561 -> 88 % in File) *** Ident 0000329
.....


Steps To Reproducelaunch test cases xcaf stp_to_dxc G7 I1 I2 using new organization of datafiles
TagsNo tags attached.
Test case numberxcaf stp_to_dxc G7 I1 I2

Relationships

related to 0023438 closedmiv Update test cases for new organization of datafiles 

Activities

abv

2012-10-11 19:34

manager   ~0021737

Please check that the files being loaded are the same as before.

abv

2012-10-22 11:34

manager   ~0021876

Last edited: 2012-10-22 11:42

Let me answer to myself: indeed, the STEP files involved in these tests has changed. The files in current data set contain complex STEP entity with non-alphabetically sorted items. Previous database contains the files with corrected order of items in these entities. For instance:

***** trj4_d2-tc-214.stp
# 370=PLANAR_BOX('# 370',77.01953819,73.06305506,# 369);
# 371=(CAMERA_IMAGE_3D_WITH_SCALE()CAMERA_IMAGE()MAPPED_ITEM(# 366,# 370)
GEOMETRIC_REPRESENTATION_ITEM()REPRESENTATION_ITEM(' '));
# 372=PRESENTATION_VIEW('LEFT',(# 371,# 369),# 316);
***** old_data_set/TRJ4_D2-TC-214.STP
# 370=PLANAR_BOX('# 370',77.01953819,73.06305506,# 369);
# 371=(CAMERA_IMAGE()CAMERA_IMAGE_3D_WITH_SCALE()
GEOMETRIC_REPRESENTATION_ITEM()MAPPED_ITEM(# 366,# 370)
REPRESENTATION_ITEM(' '));
# 372=PRESENTATION_VIEW('LEFT',(# 371,# 369),# 316);
*****

I wonder why our translator cannot sort the items; it seems that it should (see 0023148). Galina, could you please check this?

gka

2012-11-08 11:10

developer   ~0022141

In current version of STEP reader CAMERA_IMAGE is not recognized as complex entity. Therefore sort by types applied to complex entity is not performed for such entities.
So error messages is correct behavior because in test test file in the complex entity CAMERA_IMAGE order of types is mixed.

Issue History

Date Modified Username Field Change
2012-10-11 13:34 apn New Issue
2012-10-11 13:34 apn Assigned To => abv
2012-10-11 13:57 apn Relationship added related to 0023438
2012-10-11 14:00 apn Test case number => xcaf stp_to_dxc G7 I1 I2
2012-10-11 19:34 abv Note Added: 0021737
2012-10-11 19:34 abv Assigned To abv => apn
2012-10-11 19:34 abv Status new => assigned
2012-10-22 11:34 abv Note Added: 0021876
2012-10-22 11:41 abv Note Edited: 0021876
2012-10-22 11:42 abv Note Edited: 0021876
2012-10-22 11:42 abv Assigned To apn => gka
2012-11-08 11:10 gka Note Added: 0022141
2012-11-08 11:40 gka Assigned To gka => abv
2012-11-08 11:40 gka Status assigned => feedback
2012-11-08 11:42 abv Status feedback => closed
2012-11-08 11:42 abv Resolution open => no change required