This file is indexed.

/usr/share/syfi/demo/data/cylinder.geo is in syfi-doc 1.0.0.dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
algebraic3d

# two intersecting cylinderes

solid cyl1 = ellipticcylinder ( 0, 0, 0; 0, 0, 2; 0, 2.5, 0)
	and plane (-10, 0, 0; -10, 0, 0)
	and plane (10, 0, 0; 10, 0, 0);
solid cyl2 = cylinder ( 1, 0, 0; -1, 0, 0; 1.0 )
	and plane (-10, 0, 0; -10, 0, 0)
	and plane (10, 0, 0; 10, 0, 0);

solid main = cyl1 and not cyl2; 

tlo main;