0026342: No materials are read from STEP
[occt.git] / tests / bugs / mesh / bug25479
CommitLineData
80d659a5 1puts "========="
2puts "CR25479"
3puts "========="
4puts ""
5###############################################
6# BRepTools::Clean() cleans all edge polygons, even related to different shapes
7###############################################
8
9restore [locate_data_file bug25469_common_edge.brep] a
10
11tclean a
12incmesh a 0.004
13
14explode a
15
16incmesh a_1 0.04
17set report [tricheck a_1]
18if {$report != ""} {
19 puts "Error: incorrect meshing of shape"
20}
21
22tclean a_2
23set report [tricheck a_1]
24if {$report != ""} {
25 puts "Error: cleaning mesh of shape 2 corrupts mesh of shape 1"
26}
27
28vinit
29vsetdispmode 1
30vdisplay a_1 a_2
31vfit
32
33set only_screen 1