Curve with the thickness

mainprogram@linemesh1.f
subroutine  linemesh (p, n1, rd, r, g, b)

Description: This program draws a line with the thickness by connecting cylinder.

Input variable:
  p : The coordinate of the point (x, y, z) is given in the order
  n1 : The data number
  rd : The radius of the cylinder
  r : The red value of the cylinder [0,1]
  g : The green value of the cylinder [0,1]
  b : The blue value of the cylinder [0,1]

Drawing example: linemesh1.wrl