File: cube.cao

package info (click to toggle)
visp 3.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 119,296 kB
  • sloc: cpp: 500,914; ansic: 52,904; xml: 22,642; python: 7,365; java: 4,247; sh: 482; makefile: 237; objc: 145
file content (27 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
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
V1
# 3D points
8                    # Number of points (here 8 cube corners)
 0.000  0.000  0.000 # Point with index 0
-0.042  0.000  0.000
-0.042  0.042  0.000
 0.000  0.042  0.000
 0.000  0.000  0.042
-0.042  0.000  0.042
-0.042  0.042  0.042
 0.000  0.042  0.042 # point with index 7
# 3D lines
0                    # No 3D lines
# 3D faces from lines
0                    # No 3D faces from lines
# 3D faces from points
6                    # 6 faces to describe the cube
4 0 4 5 1            # Face with index 0 defined by 3D point 0, 4, 5 and 1
4 1 5 6 2
4 6 7 3 2
4 3 7 4 0
4 0 1 2 3
4 7 6 5 4            # Face with index 5
# 3D cylinders
0
# 3D circle
0                    # No 3D circle