Class SuperelementRecovery
Inheritance
SuperelementRecovery
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
Property Value
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
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
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
GetSuperelementRecovery(Session)
Declaration
public static SuperelementRecovery GetSuperelementRecovery(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Returns
Declaration
public int[] GetSuperelementsInformation(string resultSEUseFile, int samZone, out string sePath, out string[] seNames, out string[] sePaths, out int[] filePresence)
Parameters
Returns
Declaration
public int[] GetSuperelementsInformation2(string resultSEUseFile, int samZone, out string sePath, out string[] seNames, out string[] sePaths, out int[] filePresence, out int[] seNxnIds)
Parameters
Returns
GetSuperelementsUseFilePath(string)
Declaration
public string GetSuperelementsUseFilePath(string resultSEUseFile)
Parameters
Type |
Name |
Description |
string |
resultSEUseFile |
|
Returns
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
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink