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

Manager the options data for AFU Data Record More...

Inheritance diagram for NXOpen.CAE.FTK.OptionSetting:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool GetHeaderFlag ()
 Get the adding header flag when export to CSV file More...
 
unsafe void GetRecordOptionData (out string recordName, out NXOpen.CAE.XyFunctionGeneralType functionType, out NXOpen.CAE.AfuData.AbscissaType abscissaType, out NXOpen.CAE.XyFunctionUnit xUnit, out NXOpen.CAE.AfuData.OrdinateType ordinateType, out NXOpen.CAE.XyFunctionUnit yUnit, out NXOpen.CAE.XyFunctionUnit yDenominatorUnit, out bool sortValueType)
 Get the record options data for an AFU Data Record More...
 
unsafe void SetHeaderFlag (bool addHeader)
 Set the adding header flag when export to CSV file More...
 
unsafe void SetRecordOptionData (string recordName, NXOpen.CAE.XyFunctionGeneralType functionType, NXOpen.CAE.AfuData.AbscissaType abscissaType, NXOpen.CAE.XyFunctionUnit xUnit, NXOpen.CAE.AfuData.OrdinateType ordinateType, NXOpen.CAE.XyFunctionUnit yUnit, NXOpen.CAE.XyFunctionUnit yDenominatorUnit, bool sortValueType)
 Set the record options data for an AFU Data Record More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Manager the options data for AFU Data Record

Not support KF.

Created in NX6.0.0

Member Function Documentation

unsafe bool NXOpen.CAE.FTK.OptionSetting.GetHeaderFlag ( )
inline

Get the adding header flag when export to CSV file

Created in NX7.5.0

License requirements: None.

Returns
If want to add header when export to CSV file
unsafe void NXOpen.CAE.FTK.OptionSetting.GetRecordOptionData ( out string  recordName,
out NXOpen.CAE.XyFunctionGeneralType  functionType,
out NXOpen.CAE.AfuData.AbscissaType  abscissaType,
out NXOpen.CAE.XyFunctionUnit  xUnit,
out NXOpen.CAE.AfuData.OrdinateType  ordinateType,
out NXOpen.CAE.XyFunctionUnit  yUnit,
out NXOpen.CAE.XyFunctionUnit  yDenominatorUnit,
out bool  sortValueType 
)
inline

Get the record options data for an AFU Data Record

Created in NX9.0.0

License requirements: None.

Parameters
recordNameThe name of the AFU Data Record
functionTypeUsage type of AFU Data Record used
abscissaTypeAbscissa specific data type
xUnitUnit Code of AFU data
ordinateTypeOrdinate data type
yUnitOrdinate Numerator Unit Code of AFU data
yDenominatorUnitOrdinate Denominator Unit Code of AFU data
sortValueTypeIf want to sort value in x direction
unsafe void NXOpen.CAE.FTK.OptionSetting.SetHeaderFlag ( bool  addHeader)
inline

Set the adding header flag when export to CSV file

Created in NX7.5.0

License requirements: None.

Parameters
addHeaderIf want to add header when export to CSV file
unsafe void NXOpen.CAE.FTK.OptionSetting.SetRecordOptionData ( string  recordName,
NXOpen.CAE.XyFunctionGeneralType  functionType,
NXOpen.CAE.AfuData.AbscissaType  abscissaType,
NXOpen.CAE.XyFunctionUnit  xUnit,
NXOpen.CAE.AfuData.OrdinateType  ordinateType,
NXOpen.CAE.XyFunctionUnit  yUnit,
NXOpen.CAE.XyFunctionUnit  yDenominatorUnit,
bool  sortValueType 
)
inline

Set the record options data for an AFU Data Record

Created in NX9.0.0

License requirements: None.

Parameters
recordNameThe name of the AFU Data Record
functionTypeUsage type of AFU Data Record used
abscissaTypeAbscissa specific data type
xUnitUnit Code of AFU data
ordinateTypeOrdinate data type
yUnitUnit Code of AFU data
yDenominatorUnitUnit Code of AFU data
sortValueTypeIf want to sort value in x direction

Property Documentation

Tag NXOpen.CAE.FTK.OptionSetting.Tag
get

Returns the tag of this object.


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