Search Results for

    Show / Hide Table of Contents

    Class RecombineAndMerge

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    RecombineAndMerge
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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(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
    Type Name Description
    bool isMergeOnly
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    string problemIn
    Returns
    Type Description
    string

    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
    Type Name Description
    bool isMergeOnly
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    string problemIn
    bool theAskQualification
    Returns
    Type Description
    string

    GetRecombineAndMerge(Session)

    Declaration
    public static RecombineAndMerge GetRecombineAndMerge(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    RecombineAndMerge

    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
    Type Name Description
    string resultSEUseFile
    int samZone
    string[] refList
    bool isDoubleAnalysis
    int nalg
    bool afterRecovery
    string[] ref2ListFirstColumn
    string[] ref2ListSecondColumn

    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
    Type Name Description
    bool isMergeOnly
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    Returns
    Type Description
    string

    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
    Type Name Description
    bool isMergeOnly
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    bool theAskQualification
    Returns
    Type Description
    string

    Recombine(string, string, double, bool, string, string)

    Declaration
    public string Recombine(string type, string u18, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar)
    Parameters
    Type Name Description
    string type
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    Returns
    Type Description
    string

    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
    Type Name Description
    string type
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    bool theAskQualification
    Returns
    Type Description
    string

    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
    Type Name Description
    string type
    string u18
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    string[] ref1Selected
    string[] ref2RotationSelected
    string[] ref2ModeSelected
    bool theAskQualification
    Returns
    Type Description
    string

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX