1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00
occt/tests/bugs/step/bug26376
gka 1c9e5ae0f1 0026376: Imported STEP shape is partially wrong
Modification of the translation of the face based on the toroidal surface with negative major radius was made.
Seems that such face is considered by "Solid Works" and "ProE wildfire 5.0" systems as face having reversed orientation.
This step file was written by "Solid Works 2014".
2015-09-02 14:39:30 +03:00

29 lines
620 B
Plaintext

puts "========"
puts "OCC26376"
puts "========"
puts ""
##########################################################################
# Imported STEP shape is partially wrong
##########################################################################
stepread [locate_data_file bug26376_valve-test-meters.step] a *
tpcompound result
set square 150249
set nbshapes_expected "
Number of shapes in shape
VERTEX : 23
EDGE : 35
WIRE : 24
FACE : 19
SHELL : 1
SOLID : 1
COMPSOLID : 0
COMPOUND : 1
SHAPE : 104
"
checknbshapes result -ref ${nbshapes_expected} -t -m "Shape"
set 3dviewer 1