Class ModelAndLoadPreProcessTblBuilder
Inheritance
ModelAndLoadPreProcessTblBuilder
Assembly: NXOpen.dll
Syntax
public class ModelAndLoadPreProcessTblBuilder : ModelAndLoadPreProcessOperationBuilder, IMessageSink, IComponentBuilder
Constructors
ModelAndLoadPreProcessTblBuilder()
Declaration
protected ModelAndLoadPreProcessTblBuilder()
Properties
AutoSpectrumField
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public FieldWrapper AutoSpectrumField { get; set; }
Property Value
AutoSpectrumType
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public ModelAndLoadPreProcessTblBuilder.AsType AutoSpectrumType { get; set; }
Property Value
BoundaryLayerThicknessParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression BoundaryLayerThicknessParam { get; }
Property Value
ConvectiveVelocityXParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression ConvectiveVelocityXParam { get; }
Property Value
ConvectiveVelocityYParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression ConvectiveVelocityYParam { get; }
Property Value
ConvectiveVelocityZParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression ConvectiveVelocityZParam { get; }
Property Value
CorrelationDecayRateAlphaParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression CorrelationDecayRateAlphaParam { get; }
Property Value
CorrelationDecayRateBetaParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression CorrelationDecayRateBetaParam { get; }
Property Value
CorrelationSpectrumType
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public ModelAndLoadPreProcessTblBuilder.CsType CorrelationSpectrumType { get; set; }
Property Value
CorrelationSpectrumUserDLL
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public string CorrelationSpectrumUserDLL { get; set; }
Property Value
DeltaKx
Declaration
public Expression DeltaKx { get; }
Property Value
DeltaKy
Declaration
public Expression DeltaKy { get; }
Property Value
DisplacementThicknessParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression DisplacementThicknessParam { get; }
Property Value
EnableRandomSampling
Declaration
public bool EnableRandomSampling { get; set; }
Property Value
FluidDensityParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression FluidDensityParam { get; }
Property Value
FluidOuterVelocityParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression FluidOuterVelocityParam { get; }
Property Value
FluidViscosityParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression FluidViscosityParam { get; }
Property Value
Declaration
public ModelAndLoadPreProcessTblBuilder.Formulation FormulationType { get; set; }
Property Value
FrequencyOptions
Declaration
public ModelAndLoadPreProcessFrequencyOptions FrequencyOptions { get; }
Property Value
MaxKx
Declaration
public Expression MaxKx { get; }
Property Value
MaxKy
Declaration
public Expression MaxKy { get; }
Property Value
MinKx
Declaration
public Expression MinKx { get; }
Property Value
MinKy
Declaration
public Expression MinKy { get; }
Property Value
MomentumThicknessParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression MomentumThicknessParam { get; }
Property Value
NumRandomSamples
Declaration
public int NumRandomSamples { get; set; }
Property Value
RegionSelector
Declaration
public SelectTaggedObjectList RegionSelector { get; }
Property Value
ScaleLoads
Declaration
public bool ScaleLoads { get; set; }
Property Value
SoundSpeedParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression SoundSpeedParam { get; }
Property Value
TblModel
Declaration
public AcousticsAndVibrationTblModelParametersAccessor TblModel { get; }
Property Value
WallFrictionVelocityParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression WallFrictionVelocityParam { get; }
Property Value
WallShearStressParam
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public Expression WallShearStressParam { get; }
Property Value
Methods
GetUserParameters(out string[], out Expression[])
Declaration
[Obsolete("Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.")]
public void GetUserParameters(out string[] userParamNames, out Expression[] userParameters)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink