mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Define minimum number of points for specific types of curves like it was done for circular edges.
21 lines
342 B
Plaintext
Executable File
21 lines
342 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC264"
|
|
puts " (case 7)"
|
|
puts "========"
|
|
|
|
restore [locate_data_file OCC264_07.brep] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vclear
|
|
|
|
isos result 0
|
|
triangles result
|
|
|
|
checktrinfo result -tri 103 -nod 105
|
|
checkprops result -s 150.283
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|