mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Small correction of shape names
This commit is contained in:
@@ -10,7 +10,7 @@ pload XDE
|
||||
|
||||
set refnbfaces 69
|
||||
|
||||
stepread [locate_data_file "285330.stp"] a *
|
||||
stepread [locate_data_file bug24593_285330.stp] a *
|
||||
renamevar a_1 result
|
||||
|
||||
#1
|
||||
|
@@ -10,7 +10,7 @@ pload XDE
|
||||
|
||||
set refnbfaces 23
|
||||
|
||||
stepread [locate_data_file "281946.stp"] a *
|
||||
stepread [locate_data_file bug24593_281946.stp] a *
|
||||
renamevar a_1 result
|
||||
|
||||
#1
|
||||
|
@@ -1,16 +1,16 @@
|
||||
puts "========"
|
||||
puts "OCC25045"
|
||||
puts "OCC24594"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################
|
||||
# STEP Import fails to find all surfaces
|
||||
# Missing surfaces from STL output (second example)
|
||||
#################################
|
||||
|
||||
pload XDE
|
||||
|
||||
set refnbfaces 22
|
||||
|
||||
stepread [locate_data_file "284965.stp"] a *
|
||||
stepread [locate_data_file bug24594_284965.stp] a *
|
||||
renamevar a_1 result
|
||||
|
||||
#1
|
||||
|
@@ -10,7 +10,7 @@ pload XDE
|
||||
|
||||
set refnbfaces 13
|
||||
|
||||
stepread [locate_data_file "ICK 0433.STP"] a *
|
||||
stepread [locate_data_file bug25045_ick_0433.stp] a *
|
||||
renamevar a_1 result
|
||||
|
||||
#1
|
||||
|
@@ -42,7 +42,7 @@ proc checkface {face} {
|
||||
}
|
||||
}
|
||||
|
||||
stepread [locate_data_file 280696.stp] a *
|
||||
stepread [locate_data_file bug27122_280696.stp] a *
|
||||
renamevar a_1 result
|
||||
|
||||
explode result f
|
||||
|
Reference in New Issue
Block a user