mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
puts "======================================================="
|
|
puts "0033369: OCCT:Modeling Algorithms - BRepBuilderAPI_Transform makes invalid shape after transformation"
|
|
puts "======================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug33369.brep] f
|
|
|
|
ttranslate f 1 1 1 -copy
|
|
|
|
checkshape f
|
|
|