Search Results for

    Show / Hide Table of Contents

    Class SuperelementRecovery

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SuperelementRecovery
    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 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

    GetReferences(String, Int32, 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
    System.String resultSEUseFile
    System.Int32 samZone
    System.String[] refList
    System.String[] ref2ListFirstColumn
    System.String[] ref2ListSecondColumn

    GetSuperelementRecovery(Session)

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

    GetSuperelementsInformation(String, Int32, out String, out String[], out String[], out Int32[])

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

    GetSuperelementsInformation2(String, Int32, out String, out String[], out String[], out Int32[], out Int32[])

    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
    System.String resultSEUseFile
    System.Int32 samZone
    System.String sePath
    System.String[] seNames
    System.String[] sePaths
    System.Int32[] filePresence
    System.Int32[] seNxnIds
    Returns
    Type Description
    System.Int32[]

    GetSuperelementsUseFilePath(String)

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

    LaunchRecovery(String, String, Int32, String, String, Double, Boolean, 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
    System.String resultSEUseFile
    System.String recoveryDeckFileName
    System.Int32 seLabel
    System.String seName
    System.String sePath
    System.Double zoneValue
    System.Boolean executableChoice
    System.String executableFolderName
    System.String configVarName
    System.String firstRow
    System.String[] ref1Selected
    System.String[] ref2RotationSelected
    System.String[] ref2ModeSelected

    LaunchRecovery2(String, String, Int32, String, String, Double, Boolean, String, String, String, String[], String[], String[], Boolean, Boolean, Boolean)

    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
    System.String resultSEUseFile
    System.String recoveryDeckFileName
    System.Int32 seLabel
    System.String seName
    System.String sePath
    System.Double zoneValue
    System.Boolean executableChoice
    System.String executableFolderName
    System.String configVarName
    System.String firstRow
    System.String[] ref1Selected
    System.String[] ref2RotationSelected
    System.String[] ref2ModeSelected
    System.Boolean theRequestStress
    System.Boolean theRequestEnergy
    System.Boolean theAskQualification

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX