ピペットの形状

 ピペットの形状を定義します。
 //**********************************************************************************
  #local Pipet =
  merge {
   torus { 6, 1.5 rotate 90*z }
   cylinder { 0*x, 200*x, 6 }
   sphere { 60*x 10 scale < 1.5, 1, 1 > }
   cone { 200*x, 6, 280*x, 3 }
  }
 //**********************************************************************************