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::Connections::ICsys NXOpen::CAE::Connections::IDiameter NXOpen::CAE::Connections::IDof NXOpen::CAE::Connections::IDofCombination NXOpen::CAE::Connections::IFlangesContainer NXOpen::CAE::Connections::IHeight NXOpen::CAE::Connections::ILineDiscretization NXOpen::CAE::Connections::ILineOffset NXOpen::CAE::Connections::ILocationsContainer NXOpen::CAE::Connections::ILocationsMultiPointContainer NXOpen::CAE::Connections::ILocationsSinglePointContainer NXOpen::CAE::Connections::ILocationsWithDirContainer NXOpen::CAE::Connections::ILocationsWithDiscretizationContainer NXOpen::CAE::Connections::IMaterial NXOpen::CAE::Connections::INodalTargetCenter NXOpen::CAE::Connections::INodalTargetLegs NXOpen::CAE::Connections::INodalTargetsContainer NXOpen::CAE::Connections::INodalTargetsPairing NXOpen::CAE::Connections::IStiffness NXOpen::CAE::Connections::IStiffnessDynamic NXOpen::CAE::Connections::IStructuralDamping NXOpen::CAE::Connections::IStructuralDampingDynamic NXOpen::CAE::Connections::ITolerance NXOpen::CAE::Connections::IViscousDamping NXOpen::CAE::Connections::IViscousDampingDynamic NXOpen::CAE::Connections::IWidth NXOpen::CAE::IFolder NXOpen::CAE::IHierarchicalFEModel NXOpen::Display::IDynamicSectionCutCreator NXOpen::DMU::ISnapshot NXOpen::Features::IContainerFeature NXOpen::Features::IIsolateToolBodyOperation NXOpen::Fields::IApplicationData 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::Report::BaseArgument NXOpen::Report::CommandLibrary NXOpen::Report::IReportCollection NXOpen::Report::IUserItem NXOpen::Report::ProgramInformation NXOpen::Report::UserInput NXOpen::Routing::ICharacteristic NXOpen::Routing::IPath NXOpen::Weld::IFeature

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::CAE::FEElement, NXOpen::Mfg::Mlp::ProcessSetup, NXOpen::Report::ProgramInformation, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::Report::BaseArgument, NXOpen::Mfg::Mlp::ProcessPlan, NXOpen::Mfg::Mlp::Product, NXOpen::CAE::FENode, NXOpen::Mfg::Mlp::Operation, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, NXOpen::Mfg::Mlp::Workpiece, NXOpen::GeometricUtilities::RotationSetBuilder, NXOpen::Report::CommandLibrary, NXOpen::Report::UserInput, NXOpen::Mfg::Mlp::Part, NXOpen::Mfg::Mlp::ToolSet, NXOpen::Mfg::Mlp::Line, and NXOpen::CAM::NCGroup.

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::CAE::FEElement, NXOpen::Mfg::Mlp::ProcessSetup, NXOpen::Report::ProgramInformation, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::Report::BaseArgument, NXOpen::Mfg::Mlp::ProcessPlan, NXOpen::Mfg::Mlp::Product, NXOpen::CAE::FENode, NXOpen::Mfg::Mlp::Operation, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, NXOpen::Mfg::Mlp::Workpiece, NXOpen::GeometricUtilities::RotationSetBuilder, NXOpen::Report::CommandLibrary, NXOpen::Report::UserInput, NXOpen::Mfg::Mlp::Part, NXOpen::Mfg::Mlp::ToolSet, NXOpen::Mfg::Mlp::Line, and NXOpen::CAM::NCGroup.

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::CAE::FEElement, NXOpen::Report::ProgramInformation, NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder, NXOpen::Report::BaseArgument, NXOpen::CAE::FENode, NXOpen::GeometricUtilities::OnPathDimWithValueBuilder, NXOpen::GeometricUtilities::RotationSetBuilder, NXOpen::Report::CommandLibrary, and NXOpen::Report::UserInput.

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.