NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::Graph Class Reference

Manages the display graph. More...

Inheritance diagram for NXOpen::CAE::Xyplot::Graph:
NXOpen::TaggedObject

Public Member Functions

NXOpen::CAE::Xyplot::MarkerModelCreateMarker (int recordIndex, int pointIndex)
 Creates the display marker on the graph. More...
 
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal. More...
 
void GetMarkers (std::vector< NXOpen::CAE::Xyplot::MarkerModel * > &markers)
 Gets all markers on the graph. More...
 
int GetPointCount (int recordIndex)
 Gets the point count of specified record on the graph. More...
 
int RecordCount ()
 Returns the record count of the graph. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Manages the display graph.

Each graph has its owner axis and graph name.
Not support KF.

Created in NX10.0.0.

Member Function Documentation

NXOpen::CAE::Xyplot::MarkerModel* NXOpen::CAE::Xyplot::Graph::CreateMarker ( int  recordIndex,
int  pointIndex 
)

Creates the display marker on the graph.

The record index is between 0 and CAE::Xyplot::Graph::RecordCount , 0 is inclusive. The point index is between 0 and CAE::Xyplot::Graph::GetPointCount , 0 is inclusive.

Returns
Marker model
Created in NX10.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters
recordIndexRecord index
pointIndexPoint index
NXOpen::TaggedObject* NXOpen::CAE::Xyplot::Graph::Find ( const NXString journalIdentifier)

Finds the NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns

Created in NX10.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
NXOpen::TaggedObject* NXOpen::CAE::Xyplot::Graph::Find ( const char *  journalIdentifier)

Finds the NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns

Created in NX10.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
void NXOpen::CAE::Xyplot::Graph::GetMarkers ( std::vector< NXOpen::CAE::Xyplot::MarkerModel * > &  markers)

Gets all markers on the graph.


Created in NX10.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters
markersMarker models
int NXOpen::CAE::Xyplot::Graph::GetPointCount ( int  recordIndex)

Gets the point count of specified record on the graph.

Returns
Point count
Created in NX10.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters
recordIndexRecord index
int NXOpen::CAE::Xyplot::Graph::RecordCount ( )

Returns the record count of the graph.


Created in NX10.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")


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