0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / step / bug609
CommitLineData
352ffd73 1puts "================"
2puts "OCC609"
3puts "================"
4puts ""
5#################################
6## Impossible to write separate vertices to STEP
7#################################
8
9restore [locate_data_file OCC609.brep] a1
10
11######################################################################
12file delete ${imagedir}/vertises.stp
13stepwrite a a1 ${imagedir}/vertises.stp
14
15dall
16
17stepread ${imagedir}/vertises.stp a2 *
18
19set tex [nbshapes a2_1]
20regexp {VERTEX +: +([-0-9.+eE]+)} $tex full ve
21
22if { $ve != 0 } {
23 puts " OCC609 : vertexes were saved and restored properly"
24} else {
25 puts "Faulty OCC609: vertexes were saved and restored wrongly"
26}
27
28