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

Represents a abstract component object on a XY graphing. More...

Inheritance diagram for NXOpen::CAE::Xyplot::BasicModel:
NXOpen::TaggedObject NXOpen::CAE::Xyplot::MarkerModel

Public Member Functions

NXOpen::CAE::Xyplot::IDisplayStyleDisplayStyle ()
 Returns the model display style
Created in NX10.0.0. 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...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a abstract component object on a XY graphing.


Not support KF.

Created in NX10.0.0.

Member Function Documentation

NXOpen::CAE::Xyplot::IDisplayStyle* NXOpen::CAE::Xyplot::BasicModel::DisplayStyle ( )

Returns the model display style
Created in NX10.0.0.



License requirements : nx_ftk ("NX Advanced Graphing")

NXOpen::TaggedObject* NXOpen::CAE::Xyplot::BasicModel::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::BasicModel::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

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