mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Draw_Interpretor, CommandCmd() - catched exceptions and messages put into Tcl string result before throwing a Tcl exception (return 1) are now print in intense red (using Message::SendFail()). Duplication of exception message in std::cout and Tcl output has been removed. Draw Harness plugins have been updated to use either Message::SendFail() or theDI instead of std::cout/std::cerr for printing colored error message before throwing a Tcl exception.
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
puts "TODO OCC30808 ALL: An exception was caught"
|
|
puts "TODO OCC30808 ALL:TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "0030787: BRepOffsetAPI_MakePipeShell: hangs on the attached model"
|
|
puts "========"
|
|
puts ""
|
|
|
|
cpulimit 300
|
|
|
|
circle profile 0 -1.81898940354586e-12 0 0 -0.999995598293478 -0.00296705134258169 1 0 0 25
|
|
mkedge profile profile
|
|
wire profile profile
|
|
|
|
restore [locate_data_file bug30787_spine.brep] path
|
|
|
|
mksweep path
|
|
addsweep profile
|
|
|
|
buildsweep result -C -S
|