protected override void GetAttribute(Part part)
 {
     base.GetAttribute(part);
     EleInfo.GetAttribute(part);
     string[] temp = new string[4];
     for (int i = 0; i < 4; i++)
     {
         temp[i] = AttributeUtils.GetAttrForString(part, "Matrx4", i);
     }
     this.EleMatr    = StringToMatrx4(temp);
     this.WorkNumber = AttributeUtils.GetAttrForInt(part, "WorkNumber");
 }
 protected override void GetAttribute(Part part)
 {
     base.GetAttribute(part);
     EleInfo.GetAttribute(part);
 }