Class ModelAndLoadPreProcessBuilder
Inheritance
ModelAndLoadPreProcessBuilder
Assembly: NXOpen.dll
Syntax
public class ModelAndLoadPreProcessBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ModelAndLoadPreProcessBuilder()
Declaration
protected ModelAndLoadPreProcessBuilder()
Properties
Memory
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public double Memory { get; set; }
Property Value
Declaration
public string MetaSolutionName { get; set; }
Property Value
NumThreads
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public int NumThreads { get; set; }
Property Value
RunInForeground
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public bool RunInForeground { get; set; }
Property Value
SolverParameters
Declaration
public AcousticsAndVibrationSolverParametersComponentAccessor SolverParameters { get; }
Property Value
SolverPath
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public string SolverPath { get; set; }
Property Value
TempDir
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public string TempDir { get; set; }
Property Value
UseEnvVar
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public bool UseEnvVar { get; set; }
Property Value
UseModelDirForSolverTempFiles
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use the accessors in the contained AcousticsAndVibrationSolverParametersComponentAccessor instead.")]
public bool UseModelDirForSolverTempFiles { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink