Class RecombineAndMerge
Inheritance
RecombineAndMerge
Assembly: NXOpen.dll
Syntax
public class RecombineAndMerge : NXRemotableObject, IMessageSink
Constructors
RecombineAndMerge(Session)
Declaration
protected RecombineAndMerge(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CompleteMerge(bool, string, double, bool, string, string, string)
Declaration
public string CompleteMerge(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string problemIn)
Parameters
Returns
CompleteMerge2(bool, string, double, bool, string, string, string, bool)
Declaration
public string CompleteMerge2(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string problemIn, bool theAskQualification)
Parameters
Returns
GetRecombineAndMerge(Session)
Declaration
public static RecombineAndMerge GetRecombineAndMerge(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Returns
GetReferences(string, int, out string[], out bool, out int, out bool, out string[], out string[])
Declaration
public void GetReferences(string resultSEUseFile, int samZone, out string[] refList, out bool isDoubleAnalysis, out int nalg, out bool afterRecovery, out string[] ref2ListFirstColumn, out string[] ref2ListSecondColumn)
Parameters
Merge(bool, string, double, bool, string, string)
Declaration
[Obsolete("Deprecated in NX1957.0.0. Use NXOpen.CAE.RotorDynamics.RecombineAndMerge.CompleteMerge to ensure right parameters transfer between cyclic symmetry recombination and merge.")]
public string Merge(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar)
Parameters
Returns
Merge2(bool, string, double, bool, string, string, bool)
Declaration
public string Merge2(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, bool theAskQualification)
Parameters
Returns
Recombine(string, string, double, bool, string, string)
Declaration
public string Recombine(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar)
Parameters
Returns
Recombine2(string, string, double, bool, string, string, bool)
Declaration
public string Recombine2(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, bool theAskQualification)
Parameters
Returns
Recombine3(string, string, double, bool, string, string, string[], string[], string[], bool)
Declaration
public string Recombine3(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string[] ref1Selected, string[] ref2RotationSelected, string[] ref2ModeSelected, bool theAskQualification)
Parameters
Returns
Recombine4(string, string, string, double, bool, string, string, string[], string[], string[], bool, bool, bool)
Declaration
public string Recombine4(string type, string u18, string theDesFile, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string[] ref1Selected, string[] ref2RotationSelected, string[] ref2ModeSelected, bool theAskQualification, bool theComputeStress, bool theComputeEnergy)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink