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

Represents the parameter settings for exporting source data. More...

Inheritance diagram for NXOpen.CAE.Xyplot.SourceDataExportParameters:
NXOpen.CAE.Xyplot.DataExportParameters NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  ComplextDataSaveOption { RealImag, MagPhase }
 Defines the ordinate complex data type More...
 

Public Member Functions

unsafe int[] GetSectionDataIndices ()
 Gets the section data index vector. More...
 
unsafe void SetSectionDataIndices (int[] sectionDataIndices)
 Sets the section data index vector. More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.DataExportParameters
unsafe void GetPlots (out NXOpen.CAE.Xyplot.Plot[] plots)
 Gets the plots which data is to be exported More...
 
unsafe int[] GetRecordIndices ()
 Gets the data index vector of the plot. More...
 
unsafe void SetPlots (NXOpen.CAE.Xyplot.Plot[] plots)
 Sets the plots which data is to be exported More...
 
unsafe void SetRecordIndices (int[] plotDataIndices)
 Sets the plot data index vector More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. 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

unsafe
NXOpen.CAE.Xyplot.SourceDataExportParameters.ComplextDataSaveOption 
ComplexDataSaveSetting [get, set]
 Returns or sets the option to save complex data More...
 
- Properties inherited from NXOpen.CAE.Xyplot.DataExportParameters
unsafe NXOpen.CAE.Xyplot.Plot Plot [get, set]
 Returns or sets the plot which is being exported. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by 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.CAE.Xyplot.DataExportParameters
override void FreeResource ()
 Destroys the object More...
 

Detailed Description

Represents the parameter settings for exporting source data.

To create a new instance of this class, use NXOpen.CAE.Xyplot.DataExporter.NewSourceDataExportParameters

Created in NX1847.0.0

Member Enumeration Documentation

Defines the ordinate complex data type

Enumerator
RealImag 
MagPhase 

Member Function Documentation

unsafe int [] NXOpen.CAE.Xyplot.SourceDataExportParameters.GetSectionDataIndices ( )
inline

Gets the section data index vector.

For CAE.Xyplot.PlotType.PlotColorMap , CAE.Xyplot.PlotType.Plot3D , and CAE.Xyplot.PlotType.PlotMatrix2D , the plot data is composed with multiple section data. When saving the data of above plots to AFU or CSV files, user could specify the indexes of the section data.

Created in NX1847.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.SourceDataExportParameters.SetSectionDataIndices ( int[]  sectionDataIndices)
inline

Sets the section data index vector.

For CAE.Xyplot.PlotType.PlotColorMap , CAE.Xyplot.PlotType.Plot3D , and CAE.Xyplot.PlotType.PlotMatrix2D , the plot data is composed with multiple section data. When saving the data of above plots to AFU or CSV files, user could specify the indexes of the section data.

Created in NX1847.0.0

License requirements: None.

Parameters
sectionDataIndices

Property Documentation

unsafe NXOpen.CAE.Xyplot.SourceDataExportParameters.ComplextDataSaveOption NXOpen.CAE.Xyplot.SourceDataExportParameters.ComplexDataSaveSetting
getset

Returns or sets the option to save complex data

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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