File: bug22847

package info (click to toggle)
oce 0.18.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 301,548 kB
  • sloc: cpp: 1,190,609; ansic: 67,225; sh: 11,630; tcl: 7,954; cs: 5,221; python: 2,867; java: 1,522; makefile: 342; xml: 292; perl: 37
file content (51 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
puts "============"
puts "OCC22847"
puts "============"
puts ""
##############################################################################################
# DrawTrSurf: provide interface for configuring visualization properties in axonometric viewer
##############################################################################################

set BugNumber OCC22847

axo
point p1 0 0 0
point p2 30 0 0
point p3 60 0 0
point p4 90 0 0
point p5 120 0 0
point a1 0 30 0
point a2 0 60 0
point a3 0 90 0
point a4 0 120 0
point b1 0 0 30
point b2 0 0 60
point b3 0 0 90
point b4 0 0 120

changepointcolor white p1
changepointcolor red p2
changepointcolor blue p3
changepointcolor green p4
changepointcolor cyan p5
changepointcolor golden a1
changepointcolor brown a3
changepointcolor orange a4
changepointcolor pink a2
changepointcolor coral b1
changepointcolor violet b2
changepointcolor pink b3
changepointcolor pink b4

changepointmarker square p5
changepointmarker diamond p4
changepointmarker x p3
changepointmarker plus a4
changepointmarker circle a3
changepointmarker circle b3

setpointcolor white
setpointmarker square
point f 100 50 50

puts "It's a visualization bug. There are not results. See photo."