View Issue Details

IDProjectCategoryView StatusLast Update
0032141CommunityOCCT:Data Exchangepublic2021-02-19 09:02
Reporterthomhong Assigned Togka 
PrioritynormalSeveritymajor 
Status newResolutionopen 
PlatformWindowsOSVC++ 2015 
Product Version7.5.0 
Summary0032141: STEP Import - Entities incorrectly located
DescriptionAll of the geometric entities imported from the attached STEP file are incorrectly located, shifted down approximately 99.8 mm along the Z axis.

This is a regression from 7.4.0.
Steps To ReproduceEnter the following commands into DRAW:

pload ALL
StepRead D "Test1.stp"
XGetShape S D 0:1:1:1
bounding S -shape BB
XShow D
vdisplay BB

Results differ significantly between 7.4 and 7.5 DRAW per attached screenshots.
TagsNo tags attached.
Test case number

Attached Files

  • Test1.zip (699,893 bytes)

Activities

thomhong

2021-02-19 01:36

reporter  

Test1.zip (699,893 bytes)

kgv

2021-02-19 09:02

developer   ~0098974

OCCT 7.5.0 has added a new STEP import parameter "read.step.root.transformation" and handles some - could you please check if changing the option moves shape back?

OCCT now takes AXIS2_PLACEMENT_3D entity into account for transforming roots in the document, which, however, might be not always expected behavior.

Issue History

Date Modified Username Field Change
2021-02-19 01:36 thomhong New Issue
2021-02-19 01:36 thomhong Assigned To => gka
2021-02-19 01:36 thomhong File Added: Test1.zip
2021-02-19 09:02 kgv Note Added: 0098974