mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
Adding procedures checkcolor and checkpoint. Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d Allow using command QAAISGetPixelColor2d on WNT Rename test case tests/bugs/vis/bug19619 to pro19619 Added test cases to modalg and moddata
21 lines
373 B
Plaintext
Executable File
21 lines
373 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC778"
|
|
puts "SAM1656"
|
|
puts "(case 2)"
|
|
puts "========"
|
|
puts ""
|
|
#####################################
|
|
## Incorrect result of cut of the cylinder from the shape
|
|
#####################################
|
|
|
|
restore [locate_data_file OCC778.brep] a
|
|
explode a
|
|
puts [checkshape a_1]
|
|
puts [checkshape a_2]
|
|
|
|
bcut result a_2 a_1
|
|
|
|
set square 678.584
|
|
set 2dviewer 0
|