Class AcousticsAndVibrationSolverParametersComponentAccessor
Inheritance
AcousticsAndVibrationSolverParametersComponentAccessor
Assembly: NXOpen.dll
Syntax
public class AcousticsAndVibrationSolverParametersComponentAccessor : NXObject, IMessageSink, INXObject
Constructors
AcousticsAndVibrationSolverParametersComponentAccessor()
Declaration
protected AcousticsAndVibrationSolverParametersComponentAccessor()
Properties
HermesPath
Declaration
public string HermesPath { get; set; }
Property Value
Memory
Declaration
public double Memory { get; set; }
Property Value
NumThreads
Declaration
public int NumThreads { get; set; }
Property Value
PresolverPath
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use the HermesPath version instead.")]
public string PresolverPath { get; set; }
Property Value
SolverPath
Declaration
[Obsolete("Deprecated in NX1926.0.0. Use the HermesPath version instead.")]
public string SolverPath { get; set; }
Property Value
SolverTemperatureUnitType
Declaration
public AcousticsAndVibrationSolverParametersComponentAccessor.TuType SolverTemperatureUnitType { get; set; }
Property Value
SolverUnitSystemType
Declaration
public AcousticsAndVibrationSolverParametersComponentAccessor.UsType SolverUnitSystemType { get; set; }
Property Value
SpecifyTemperatureUnit
Declaration
public bool SpecifyTemperatureUnit { get; set; }
Property Value
SysnoisePath
Declaration
public string SysnoisePath { get; set; }
Property Value
TargetOperatingSystemFamily
Declaration
public AcousticsAndVibrationSolverParametersComponentAccessor.TargetOsFamily TargetOperatingSystemFamily { get; set; }
Property Value
TempDir
Declaration
public string TempDir { get; set; }
Property Value
UseEnvVar
Declaration
[Obsolete("Deprecated in NX1926.0.0. Use the UseHermesEnvVar version instead.")]
public bool UseEnvVar { get; set; }
Property Value
UseHermesEnvVar
Declaration
public bool UseHermesEnvVar { get; set; }
Property Value
UseModelDirForSolverTempFiles
Declaration
public bool UseModelDirForSolverTempFiles { get; set; }
Property Value
UsePresolverEnvVar
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use the UseHermesEnvVar version instead.")]
public bool UsePresolverEnvVar { get; set; }
Property Value
UseRunInForeground
Declaration
public bool UseRunInForeground { get; set; }
Property Value
UseSysnoiseEnvVar
Declaration
public bool UseSysnoiseEnvVar { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink