/// <summary>
 /// 返回质点
 /// </summary>
 /// <returns></returns>
 public Vector3 GetParticle()
 {
     return(partinfo.GetParticle());
 }