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.
17 lines
532 B
Plaintext
Executable File
17 lines
532 B
Plaintext
Executable File
puts "TODO OCC25110 ALL: An exception was caught"
|
|
puts "TODO OCC25110 ALL: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "0025110: TCollection_IndexedDataMap::FindFromKey e r r o r when sweeping circle along BezierCurve"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug25110_unsweepable1-draw-Sweep-0-spine.brep] Sweep-0-spine
|
|
restore [locate_data_file bug25110_unsweepable1-draw-Sweep-0-section-00-Circle.brep] Sweep-0-section-00-Circle
|
|
|
|
mksweep Sweep-0-spine
|
|
setsweep -CF
|
|
addsweep Sweep-0-section-00-Circle
|
|
|
|
buildsweep Sweep -C -S
|