Class AcousticsAndVibrationFrfDataComponentAccessor
Inheritance
System.Object
System.MarshalByRefObject
AcousticsAndVibrationFrfDataComponentAccessor
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class AcousticsAndVibrationFrfDataComponentAccessor : NXObject, IMessageSink, INXObject
Constructors
AcousticsAndVibrationFrfDataComponentAccessor()
Declaration
protected AcousticsAndVibrationFrfDataComponentAccessor()
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrfType
Declaration
public AcousticsAndVibrationFrfDataComponentAccessor.FrfTypeEnum FrfType { get; set; }
Property Value
Type | Description |
---|---|
AcousticsAndVibrationFrfDataComponentAccessor.FrfTypeEnum |
Quantity
Declaration
public AcousticsAndVibrationFrfDataComponentAccessor.QuantityEnum Quantity { get; set; }
Property Value
Type | Description |
---|---|
AcousticsAndVibrationFrfDataComponentAccessor.QuantityEnum |
ScalingFactorImaginary
Declaration
public double ScalingFactorImaginary { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScalingFactorReal
Declaration
public double ScalingFactorReal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SvdFilterType
Declaration
public AcousticsAndVibrationFrfDataComponentAccessor.SvdFilterTypeEnum SvdFilterType { get; set; }
Property Value
Type | Description |
---|---|
AcousticsAndVibrationFrfDataComponentAccessor.SvdFilterTypeEnum |
SvdNumSingularValues
Declaration
public int SvdNumSingularValues { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SvdRelativeTolerance
Declaration
public double SvdRelativeTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetDatabaseOptions()
Declaration
public DataReaderDatabaseOptions GetDatabaseOptions()
Returns
Type | Description |
---|---|
DataReaderDatabaseOptions |
GetSubcases(out String[])
Declaration
public void GetSubcases(out string[] subcaseNames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | subcaseNames |
SetSubcases(String[])
Declaration
public void SetSubcases(string[] subcaseNames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | subcaseNames |
Implements
System.Runtime.Remoting.Messaging.IMessageSink