NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::INXObject Class Referenceabstract

Represents an interface from which most NXOpen classes inherit
Created in NX3.0.0. More...

Inheritance diagram for NXOpen::INXObject:
NXOpen::Annotations::IAngularTolerance NXOpen::Annotations::IAppendedText NXOpen::Annotations::IArbitraryTarget NXOpen::Annotations::ICircularTarget NXOpen::Annotations::IContainer NXOpen::Annotations::IDatum NXOpen::Annotations::IDatumTarget NXOpen::Annotations::IFcf NXOpen::Annotations::ILinearTolerance NXOpen::Annotations::ILineTarget NXOpen::Annotations::IPmi NXOpen::Annotations::IPointTarget NXOpen::Annotations::IRectangularTarget NXOpen::Annotations::ISlotDimension NXOpen::CAE::IFolder NXOpen::CAE::IHierarchicalFEModel NXOpen::Display::IDynamicSectionCutCreator NXOpen::Features::IContainerFeature NXOpen::Features::IIsolateToolBodyOperation NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder NXOpen::GeometricUtilities::OnPathDimWithValueBuilder NXOpen::GeometricUtilities::RotationSetBuilder NXOpen::IBaseCurve NXOpen::IBasePlane NXOpen::IBody NXOpen::IFitTo NXOpen::ILocation NXOpen::IOrientation NXOpen::IParameterizedSurface NXOpen::IProfile NXOpen::IReferenceAxis NXOpen::ISketchHelpedConstraint NXOpen::ISurface NXOpen::NXObject NXOpen::Routing::ICharacteristic NXOpen::Routing::IPath

Public Member Functions

virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)=0
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)=0
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual bool IsOccurrence ()=0
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()=0
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual NXString Name ()=0
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()=0
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()=0
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()=0
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()=0
 Returns the prototype of this object if it is an occurrence. More...
 
virtual void SetName (const NXString &name)=0
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)=0
 Sets the custom name of the object. More...
 

Detailed Description

Represents an interface from which most NXOpen classes inherit
Created in NX3.0.0.


Member Function Documentation

virtual NXOpen::INXObject* NXOpen::INXObject::FindObject ( const NXString journalIdentifier)
pure virtual

Finds the NXOpen::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 NX3.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object

Implemented in NXOpen::NXObject, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::CAE::FEElement, NXOpen::CAE::FENode, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, and NXOpen::GeometricUtilities::RotationSetBuilder.

virtual NXOpen::INXObject* NXOpen::INXObject::FindObject ( const char *  journalIdentifier)
pure virtual

Finds the NXOpen::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 NX3.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object

Implemented in NXOpen::NXObject, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::CAE::FEElement, NXOpen::CAE::FENode, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, and NXOpen::GeometricUtilities::RotationSetBuilder.

virtual bool NXOpen::INXObject::IsOccurrence ( )
pure virtual
virtual NXString NXOpen::INXObject::JournalIdentifier ( )
pure virtual

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.
Created in NX3.0.0.

License requirements : None

Implemented in NXOpen::NXObject, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::CAE::FEElement, NXOpen::CAE::FENode, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, and NXOpen::GeometricUtilities::RotationSetBuilder.

virtual NXString NXOpen::INXObject::Name ( )
pure virtual
virtual NXOpen::Assemblies::Component* NXOpen::INXObject::OwningComponent ( )
pure virtual
virtual NXOpen::BasePart* NXOpen::INXObject::OwningPart ( )
pure virtual
virtual void NXOpen::INXObject::Print ( )
pure virtual
virtual NXOpen::INXObject* NXOpen::INXObject::Prototype ( )
pure virtual
virtual void NXOpen::INXObject::SetName ( const NXString name)
pure virtual
virtual void NXOpen::INXObject::SetName ( const char *  name)
pure virtual

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