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; }
public void ReadCofFile(Sail sail, string cofpath) { m_mould = new CofMould(sail, cofpath); m_extension = new RBFMould(m_mould); m_label = "Combo" + Mould.Label; }