mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 20:51:41 +08:00
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
#######################################################################
|
|
puts "Data Exchange - Writing face with NaturalRestriction flag to IGES"
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug28589.brep] face
|
|
|
|
set aTmpFile ${imagedir}/${casename}.igs
|
|
brepiges face $aTmpFile
|
|
igesbrep $aTmpFile result *
|
|
file delete -force ${aTmpFile}
|
|
|
|
checknbshapes result -shape 10
|