-
Notifications
You must be signed in to change notification settings - Fork 594
STEP import fails if cascade unit it set to M #512
Copy link
Copy link
Open
Labels
0. NewThe issue was created, but not updated by maintainer. Waiting for updates labels and categoriesThe issue was created, but not updated by maintainer. Waiting for updates labels and categories1. Data ExchangeImport/Export or iterating of the CAD dataImport/Export or iterating of the CAD data2. BugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
0. NewThe issue was created, but not updated by maintainer. Waiting for updates labels and categoriesThe issue was created, but not updated by maintainer. Waiting for updates labels and categories1. Data ExchangeImport/Export or iterating of the CAD dataImport/Export or iterating of the CAD data2. BugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo
Description
multi_solids.zip
When trying to import the attached STEP file in OCCT 7.9.0 with "xstep.cascade.unit" set to "M" (metre), the imported shape results in infinite geometry.
If I set the "xstep.cascade.unit" to "MM", the geometry gets correctly imported.
Here are 2 screenshots of the bad imported geometry and the expected result:
Expected Behavior
Independent of the "xstep.cascade.unit", OCCT should correctly import the geometry from the given STEP file.
Actually, it is only working with the following units for the provided STEP file:
Actual Behavior
see my comments above
Sample Code or DRAW Tcl Script
Operating System
Linux
Compiler
GCC
Bitness
64-bit
OCCT Version
7.9.0
Additional Files
No response