Class AcousticsAndVibrationCrossPowerDataComponentAccessor
Inheritance
AcousticsAndVibrationCrossPowerDataComponentAccessor
Assembly: NXOpen.dll
Syntax
public class AcousticsAndVibrationCrossPowerDataComponentAccessor : NXObject, IMessageSink, INXObject
Constructors
AcousticsAndVibrationCrossPowerDataComponentAccessor()
Declaration
protected AcousticsAndVibrationCrossPowerDataComponentAccessor()
Properties
AutomaticNodeSelection
Declaration
public bool AutomaticNodeSelection { get; set; }
Property Value
DatabaseOptions
Declaration
public DataReaderDatabaseOptions DatabaseOptions { get; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
SelectedAutoPowerSubcase
Declaration
public string SelectedAutoPowerSubcase { get; set; }
Property Value
SelectedCrossPowerSubcase
Declaration
public string SelectedCrossPowerSubcase { get; set; }
Property Value
SvdFilterType
Declaration
public AcousticsAndVibrationCrossPowerDataComponentAccessor.SvdFilterTypeEnum SvdFilterType { get; set; }
Property Value
SvdNumSingularValues
Declaration
public int SvdNumSingularValues { get; set; }
Property Value
SvdRelativeTolerance
Declaration
public double SvdRelativeTolerance { get; set; }
Property Value
Methods
ReadFile()
Declaration
SetReferenceNodes(int[])
Declaration
public void SetReferenceNodes(int[] nodeIds)
Parameters
Type |
Name |
Description |
int[] |
nodeIds |
|
SetResponseNodes(int[])
Declaration
public void SetResponseNodes(int[] nodeIds)
Parameters
Type |
Name |
Description |
int[] |
nodeIds |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink