NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAE.PlotFrfOptionsBuilder Class Reference

Represents a CAE.PlotFrfOptions builder More...

Inheritance diagram for NXOpen.CAE.PlotFrfOptionsBuilder:
NXOpen.CAE.CorrelBaseBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AveragingFrfOptions { None, RMSAverage, RSSSum }
 DOCUMENTATION: TODO! More...
 
enum  FracFrequencyRange { Inferred, UserDefined }
 The frequency range specification for Frac Plots More...
 
enum  FrequencyFrfRange { Inferred, Reference, Work, UserDefined }
 DOCUMENTATION: TODO! More...
 

Properties

unsafe
NXOpen.CAE.PlotFrfOptionsBuilder.AveragingFrfOptions 
AveragingOptions [get, set]
 Returns or sets the averaging options More...
 
unsafe NXOpen.Expression FreqRangeLowerLimit [get]
 Returns the freq range lower limit More...
 
unsafe NXOpen.Expression FreqRangeUpperLimit [get]
 Returns the freq range upper limit More...
 
unsafe
NXOpen.CAE.PlotFrfOptionsBuilder.FracFrequencyRange 
FrequencyFracRange [get, set]
 Returns or sets the frac frequency range More...
 
unsafe
NXOpen.CAE.PlotFrfOptionsBuilder.FrequencyFrfRange 
FrequencyRange [get, set]
 Returns or sets the frequency range More...
 
unsafe bool InputWorkFrfDofX [get, set]
 Returns or sets the input work frf dof x More...
 
unsafe bool InputWorkFrfDofY [get, set]
 Returns or sets the input work frf dof y More...
 
unsafe bool InputWorkFrfDofZ [get, set]
 Returns or sets the input work frf dof z More...
 
unsafe double StretchFactorIncrement [get, set]
 Returns or sets the frac stretch increment More...
 
unsafe double StretchFactorLowerLimit [get, set]
 Returns or sets the frac stretch lower limit More...
 
unsafe double StretchFactorUpperLimit [get, set]
 Returns or sets the frac stretch upper limit More...
 
unsafe bool WorkFrfDofX [get, set]
 Returns or sets the work frf dof x More...
 
unsafe bool WorkFrfDofY [get, set]
 Returns or sets the work frf dof y More...
 
unsafe bool WorkFrfDofZ [get, set]
 Returns or sets the work frf dof z More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CAE.PlotFrfOptions builder

To create a new instance of this class, use NXOpen.CAE.CorrelFrfSolution.CreatePlotFrfOptionsBuilder

Created in NX1872.0.0

Member Enumeration Documentation

DOCUMENTATION: TODO!

Enumerator
None 
RMSAverage 
RSSSum 

The frequency range specification for Frac Plots

Enumerator
Inferred 
UserDefined 

DOCUMENTATION: TODO!

Enumerator
Inferred 
Reference 
Work 
UserDefined 

Property Documentation

unsafe NXOpen.CAE.PlotFrfOptionsBuilder.AveragingFrfOptions NXOpen.CAE.PlotFrfOptionsBuilder.AveragingOptions
getset

Returns or sets the averaging options

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.Expression NXOpen.CAE.PlotFrfOptionsBuilder.FreqRangeLowerLimit
get

Returns the freq range lower limit

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.PlotFrfOptionsBuilder.FreqRangeUpperLimit
get

Returns the freq range upper limit

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.CAE.PlotFrfOptionsBuilder.FracFrequencyRange NXOpen.CAE.PlotFrfOptionsBuilder.FrequencyFracRange
getset

Returns or sets the frac frequency range

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.PlotFrfOptionsBuilder.FrequencyFrfRange NXOpen.CAE.PlotFrfOptionsBuilder.FrequencyRange
getset

Returns or sets the frequency range

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.InputWorkFrfDofX
getset

Returns or sets the input work frf dof x

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.InputWorkFrfDofY
getset

Returns or sets the input work frf dof y

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.InputWorkFrfDofZ
getset

Returns or sets the input work frf dof z

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe double NXOpen.CAE.PlotFrfOptionsBuilder.StretchFactorIncrement
getset

Returns or sets the frac stretch increment

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe double NXOpen.CAE.PlotFrfOptionsBuilder.StretchFactorLowerLimit
getset

Returns or sets the frac stretch lower limit

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe double NXOpen.CAE.PlotFrfOptionsBuilder.StretchFactorUpperLimit
getset

Returns or sets the frac stretch upper limit

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.WorkFrfDofX
getset

Returns or sets the work frf dof x

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.WorkFrfDofY
getset

Returns or sets the work frf dof y

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.PlotFrfOptionsBuilder.WorkFrfDofZ
getset

Returns or sets the work frf dof z

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.