0027991: Modeling Algorithms - BRepGProp_Face crashes on face without geometric surface
[occt.git] / tests / bugs / vis / bug22847
1 puts "============"
2 puts "OCC22847"
3 puts "============"
4 puts ""
5 ##############################################################################################
6 # DrawTrSurf: provide interface for configuring visualization properties in axonometric viewer
7 ##############################################################################################
8
9 set BugNumber OCC22847
10
11 axo
12 point p1 0 0 0
13 point p2 30 0 0
14 point p3 60 0 0
15 point p4 90 0 0
16 point p5 120 0 0
17 point a1 0 30 0
18 point a2 0 60 0
19 point a3 0 90 0
20 point a4 0 120 0
21 point b1 0 0 30
22 point b2 0 0 60
23 point b3 0 0 90
24 point b4 0 0 120
25
26 changepointcolor white p1
27 changepointcolor red p2
28 changepointcolor blue p3
29 changepointcolor green p4
30 changepointcolor cyan p5
31 changepointcolor golden a1
32 changepointcolor brown a3
33 changepointcolor orange a4
34 changepointcolor pink a2
35 changepointcolor coral b1
36 changepointcolor violet b2
37 changepointcolor pink b3
38 changepointcolor pink b4
39
40 changepointmarker square p5
41 changepointmarker diamond p4
42 changepointmarker x p3
43 changepointmarker plus a4
44 changepointmarker circle a3
45 changepointmarker circle b3
46
47 setpointcolor white
48 setpointmarker square
49 point f 100 50 50
50
51 puts "It's a visualization bug. There are not results. See photo."