示例#1
0
 public void ReadCofFile(Sail sail, string cofpath)
 {
     CofMould cof = new CofMould(sail, cofpath);
     m_label = "RBF" + cof.Label;
     m_path = cof.CofPath;
     Fit(cof);
     m_Groups = cof.Groups;
 }
示例#2
0
 public void ReadCofFile(Sail sail, string cofpath)
 {
     m_mould = new CofMould(sail, cofpath);
     m_extension = new RBFMould(m_mould);
     m_label = "Combo" + Mould.Label;
 }