Search Results for

    Show / Hide Table of Contents

    Class SuperelementRecovery

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SuperelementRecovery
    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 SuperelementRecovery : NXRemotableObject, IMessageSink

    Constructors

    SuperelementRecovery(Session)

    Declaration
    protected SuperelementRecovery(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CheckWave(string, int)

    Declaration
    public void CheckWave(string creaFile, int samZone)
    Parameters
    Type Name Description
    string creaFile
    int samZone

    GetAlgo(string, int)

    Declaration
    public int GetAlgo(string resultSEUseFile, int samZone)
    Parameters
    Type Name Description
    string resultSEUseFile
    int samZone
    Returns
    Type Description
    int

    GetReferences(string, int, out string[], out string[], out string[])

    Declaration
    public void GetReferences(string resultSEUseFile, int samZone, out string[] refList, out string[] ref2ListFirstColumn, out string[] ref2ListSecondColumn)
    Parameters
    Type Name Description
    string resultSEUseFile
    int samZone
    string[] refList
    string[] ref2ListFirstColumn
    string[] ref2ListSecondColumn

    GetReferences2(string, string, int, out string[], out bool, out int, out int, out string[], out string[])

    Declaration
    public void GetReferences2(string resultSEUseFile, string creaFile, int samZone, out string[] refList, out bool isDoubleAnalysis, out int nalg, out int nWave, out string[] ref2ListFirstColumn, out string[] ref2ListSecondColumn)
    Parameters
    Type Name Description
    string resultSEUseFile
    string creaFile
    int samZone
    string[] refList
    bool isDoubleAnalysis
    int nalg
    int nWave
    string[] ref2ListFirstColumn
    string[] ref2ListSecondColumn

    GetSuperelementRecovery(Session)

    Declaration
    public static SuperelementRecovery GetSuperelementRecovery(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    SuperelementRecovery

    GetSuperelementsInformation(string, int, out string, out string[], out string[], out int[])

    Declaration
    public int[] GetSuperelementsInformation(string resultSEUseFile, int samZone, out string sePath, out string[] seNames, out string[] sePaths, out int[] filePresence)
    Parameters
    Type Name Description
    string resultSEUseFile
    int samZone
    string sePath
    string[] seNames
    string[] sePaths
    int[] filePresence
    Returns
    Type Description
    int[]

    GetSuperelementsInformation2(string, int, out string, out string[], out string[], out int[], out int[])

    Declaration
    public int[] GetSuperelementsInformation2(string resultSEUseFile, int samZone, out string sePath, out string[] seNames, out string[] sePaths, out int[] filePresence, out int[] seNxnIds)
    Parameters
    Type Name Description
    string resultSEUseFile
    int samZone
    string sePath
    string[] seNames
    string[] sePaths
    int[] filePresence
    int[] seNxnIds
    Returns
    Type Description
    int[]

    GetSuperelementsUseFilePath(string)

    Declaration
    public string GetSuperelementsUseFilePath(string resultSEUseFile)
    Parameters
    Type Name Description
    string resultSEUseFile
    Returns
    Type Description
    string

    LaunchRecovery(string, string, int, string, string, double, bool, string, string, string, string[], string[], string[])

    Declaration
    public void LaunchRecovery(string resultSEUseFile, string recoveryDeckFileName, int seLabel, string seName, string sePath, double zoneValue, bool executableChoice, string executableFolderName, string configVarName, string firstRow, string[] ref1Selected, string[] ref2RotationSelected, string[] ref2ModeSelected)
    Parameters
    Type Name Description
    string resultSEUseFile
    string recoveryDeckFileName
    int seLabel
    string seName
    string sePath
    double zoneValue
    bool executableChoice
    string executableFolderName
    string configVarName
    string firstRow
    string[] ref1Selected
    string[] ref2RotationSelected
    string[] ref2ModeSelected

    LaunchRecovery2(string, string, int, string, string, double, bool, string, string, string, string[], string[], string[], bool, bool, bool)

    Declaration
    public void LaunchRecovery2(string resultSEUseFile, string recoveryDeckFileName, int seLabel, string seName, string sePath, double zoneValue, bool executableChoice, string executableFolderName, string configVarName, string firstRow, string[] ref1Selected, string[] ref2RotationSelected, string[] ref2ModeSelected, bool theRequestStress, bool theRequestEnergy, bool theAskQualification)
    Parameters
    Type Name Description
    string resultSEUseFile
    string recoveryDeckFileName
    int seLabel
    string seName
    string sePath
    double zoneValue
    bool executableChoice
    string executableFolderName
    string configVarName
    string firstRow
    string[] ref1Selected
    string[] ref2RotationSelected
    string[] ref2ModeSelected
    bool theRequestStress
    bool theRequestEnergy
    bool theAskQualification

    Implements

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