mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
readstl syntax has been modified, so that it creates a single-face triangulation by default. The argument "trinagulation" is no more supported. The new argument "-brep" has been introduced to generate a compound of per-triangle faces instead (old default behavior of the command).
14 lines
378 B
Plaintext
Executable File
14 lines
378 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC6384"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# StlAPI_Reader still use old Sewing algorithm
|
|
#######################################################################################
|
|
|
|
set BugNumber OCC6384
|
|
|
|
readstl res_mesh [locate_data_file OMF6391_box.stl] -brep
|
|
|
|
|