mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
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".
29 lines
620 B
Plaintext
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
|