This file is indexed.

/usr/share/Coin/draggerDefaults/translate1Dragger.iv is in libcoin80-runtime 3.1.4~abc9f50-4ubuntu2.

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
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
#Inventor V2.1 ascii

# Standard material definitions.

DEF TRANSLATE1_INACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0.5  emissiveColor 0.5 0.5 0.5 }
DEF TRANSLATE1_ACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0  emissiveColor 0.5 0.5 0 }


DEF TRANSLATE1_GEOM Group {
   # "Line" connecting the cones.
   Cube { width 2  height 0.1  depth 0.1 } # Horizontal

   # First cone.
   Separator {
      Translation { translation 1.25 0 0 }
      RotationXYZ { axis Z  angle -1.5708 }
      DEF TRANSLATE1_ARROWHEAD Cone { height 0.5  bottomRadius 0.25 }
   }

   # Second cone.
   Separator {
      Translation { translation -1.25 0 0 }
      RotationXYZ { axis Z  angle 1.5708 }
      USE TRANSLATE1_ARROWHEAD
   }
}

DEF translate1Translator Separator {
   USE TRANSLATE1_INACTIVE_MATERIAL
   USE TRANSLATE1_GEOM
}

DEF translate1TranslatorActive Separator {
   USE TRANSLATE1_ACTIVE_MATERIAL
   USE TRANSLATE1_GEOM
}

DEF translate1Feedback Separator { }
DEF translate1FeedbackActive Separator { }