mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|