//public ChannelModel(XSectionProfile targetProfile, XSecJet xSecJet, XSecPathList path, // XSecModelParams parameters) //{ // jet = xSecJet; // this.path = path; // this.parameters = parameters; // targetProf = targetProfile; //} public ChannelModel(XSection targetProfile, XSection startProfile, XSecJet xSecJet, XSecPathList path, XSecModelParams parameters) { jet = xSecJet; this.path = path; this.parameters = parameters; targetProf = targetProfile; startProf = startProfile; }
public XSecJetPath(XSecJet xSecJet, XSecPathList xSecPathList, double meshSize, double nominalFeedrate) { path = xSecPathList; jet = xSecJet; this.meshSize = meshSize; nomF = nominalFeedrate; jetArray = GetJetArray(); }