Class CorrelFrfSolution
Inheritance
System.Object
System.MarshalByRefObject
CorrelFrfSolution
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 CorrelFrfSolution : CorrelBaseSolution, IMessageSink, INXObject
Constructors
CorrelFrfSolution()
Declaration
protected CorrelFrfSolution()
Methods
CloneFrfCorrelation()
Declaration
public CorrelFrfSolution CloneFrfCorrelation()
Returns
Type | Description |
---|---|
CorrelFrfSolution |
CreateFrfPairingFilterBuilder()
Declaration
public FrfPairingFilterBuilder CreateFrfPairingFilterBuilder()
Returns
Type | Description |
---|---|
FrfPairingFilterBuilder |
CreatePlotFrfOptionsBuilder(PlotFrfOptions)
Declaration
public PlotFrfOptionsBuilder CreatePlotFrfOptionsBuilder(PlotFrfOptions plotFrfOptions)
Parameters
Type | Name | Description |
---|---|---|
PlotFrfOptions | plotFrfOptions |
Returns
Type | Description |
---|---|
PlotFrfOptionsBuilder |
ExportFrfPairsToCsvFile(String)
Declaration
public void ExportFrfPairsToCsvFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
FrfPairingRemoveAllFilters()
Declaration
public void FrfPairingRemoveAllFilters()
FrfPairingRemoveFilter(String)
Declaration
public void FrfPairingRemoveFilter(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
FrfPlotAddPair(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public void FrfPlotAddPair(int frfWorkExcitationNode, int frfWorkResponseNode, int frfRefExcitationNode, int frfRefResponseNode, int frfRefResponseDof, int frfRefExcitationDof)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | frfWorkExcitationNode | |
System.Int32 | frfWorkResponseNode | |
System.Int32 | frfRefExcitationNode | |
System.Int32 | frfRefResponseNode | |
System.Int32 | frfRefResponseDof | |
System.Int32 | frfRefExcitationDof |
FrfPlotDoPlot()
Declaration
public void FrfPlotDoPlot()
FrfPlotSetupPlotting(CorrelFrfSolution.OptionsSelectedCommand)
Declaration
public void FrfPlotSetupPlotting(CorrelFrfSolution.OptionsSelectedCommand cmd)
Parameters
Type | Name | Description |
---|---|---|
CorrelFrfSolution.OptionsSelectedCommand | cmd |
FrfPlotSetViewportDeviceAndIndex(Int32, Int32)
Declaration
public void FrfPlotSetViewportDeviceAndIndex(int device, int viewIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | device | |
System.Int32 | viewIndex |
SelectAllFrfPairs()
Declaration
public void SelectAllFrfPairs()
ShowFrfInformation(Boolean)
Declaration
public void ShowFrfInformation(bool reference)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | reference |
ShowFrfPairingFilterInformation(FrfPairingFilter)
Declaration
public void ShowFrfPairingFilterInformation(FrfPairingFilter filter)
Parameters
Type | Name | Description |
---|---|---|
FrfPairingFilter | filter |
ShowFrfPairsInformation()
Declaration
public void ShowFrfPairsInformation()
Implements
System.Runtime.Remoting.Messaging.IMessageSink