1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0033053: Data Exchange, Step Export - Compound with vertex is ignored

Fixed problem with deep compound including with vertex group.
This commit is contained in:
dpasukhi
2022-07-05 16:10:36 +03:00
committed by smoskvin
parent 7aaed2ce3b
commit acac44d571
3 changed files with 104 additions and 28 deletions

23
tests/bugs/step/bug33053 Normal file
View File

@@ -0,0 +1,23 @@
puts "===================================="
puts "0033053: Data Exchange, Step Export - Compound with vertex is ignored"
puts "===================================="
puts ""
pload OCAF
Close D_orig -silent
Close D_comp -silent
ReadStep D_orig [locate_data_file bug33053_shapes_2d.stp]
WriteStep D_orig $imagedir/${casename}_D.stp
ReadStep D_comp $imagedir/${casename}_D.stp
file delete $imagedir/${casename}_D.stp
XGetOneShape orig D_orig
XGetOneShape comp D_comp
checkshape comp
checknbshapes orig -ref [nbshapes comp]