Class RecombineAndMerge
Inheritance
System.Object
System.MarshalByRefObject
RecombineAndMerge
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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(Boolean, String, Double, Boolean, String, String, String)
Declaration
public string CompleteMerge(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string problemIn)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isMergeOnly |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
| System.String |
problemIn |
|
Returns
| Type |
Description |
| System.String |
|
CompleteMerge2(Boolean, String, Double, Boolean, String, String, String, Boolean)
Declaration
public string CompleteMerge2(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string problemIn, bool theAskQualification)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isMergeOnly |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
| System.String |
problemIn |
|
| System.Boolean |
theAskQualification |
|
Returns
| Type |
Description |
| System.String |
|
GetRecombineAndMerge(Session)
Declaration
public static RecombineAndMerge GetRecombineAndMerge(Session owner)
Parameters
| Type |
Name |
Description |
| Session |
owner |
|
Returns
Merge(Boolean, String, Double, Boolean, 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
| Type |
Name |
Description |
| System.Boolean |
isMergeOnly |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
Returns
| Type |
Description |
| System.String |
|
Merge2(Boolean, String, Double, Boolean, String, String, Boolean)
Declaration
public string Merge2(bool isMergeOnly, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, bool theAskQualification)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isMergeOnly |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
| System.Boolean |
theAskQualification |
|
Returns
| Type |
Description |
| System.String |
|
Recombine(String, String, Double, Boolean, String, String)
Declaration
public string Recombine(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
Returns
| Type |
Description |
| System.String |
|
Recombine2(String, String, Double, Boolean, String, String, Boolean)
Declaration
public string Recombine2(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, bool theAskQualification)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
| System.String |
u18 |
|
| System.Double |
zoneValue |
|
| System.Boolean |
executableFolderChoice |
|
| System.String |
executableFolder |
|
| System.String |
configVar |
|
| System.Boolean |
theAskQualification |
|
Returns
| Type |
Description |
| System.String |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink