Shifted the cone geometric object representation functions to lib.structure.represent.cone.
The structure.create_cone_pdb user function first calls pipe_control.structure.main.create_cone_pdb()
which then calls lib.structure.represent.cone.cone(). This allows the pipe_control function to
write out the file and add it to the data pipe's results file list.