Search Results for

    Show / Hide Table of Contents

    Class RecombineAndMerge

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    RecombineAndMerge
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAE.RotorDynamics
    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
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    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
    Type Description
    RecombineAndMerge

    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
    In This Article
    Back to top Generated by DocFX