mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adding new and early removed for some reasons test cases Removing TODO ? Adding necessary TODO ? on corresponding platforms for OK and BAD cases
20 lines
617 B
Plaintext
Executable File
20 lines
617 B
Plaintext
Executable File
puts "TODO OCC26030 ALL: Error : The offset cannot be built"
|
|
|
|
puts "========"
|
|
puts "OCC26030"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Offset of a lofted body fails after long time
|
|
#################################################
|
|
|
|
restore [locate_data_file bug26030_thickness-crash1-tcl-Loft001-00-section.brep] Loft001-00-section
|
|
restore [locate_data_file bug26030_thickness-crash1-tcl-Loft001-01-section.brep] Loft001-01-section
|
|
|
|
thrusections Loft001 1 0 Loft001-00-section Loft001-01-section
|
|
explode Loft001 F
|
|
offsetparameter 1e-7 p i
|
|
offsetload Loft001 1
|
|
|
|
offsetperform Offset
|