/** ************************************ methods of IObject *********************************** */
 public IParticleOnCurve name(String nm) {
   super.name(nm);
   return this;
 }