NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.INXObject Interface Reference

Represents an interface from which most NXOpen classes inherit 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

NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
void Print ()
 Prints a representation of this object to the system log file. More...
 
void SetName (string name)
 Sets the custom name of the object. More...
 

Properties

bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

Represents an interface from which most NXOpen classes inherit

Created in NX3.0.0

Member Function Documentation

NXOpen.INXObject NXOpen.INXObject.FindObject ( string  journalIdentifier)

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.

Created in NX3.0.0

License requirements: None.

Parameters
journalIdentifierJournal identifier of the object
Returns

Implemented in NXOpen.NXObject, NXOpen.CAE.FEElement, NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder, NXOpen.Report.ProgramInformation, NXOpen.Mfg.Mlp.ProcessSetup, NXOpen.Report.BaseArgument, NXOpen.CAE.FENode, NXOpen.Mfg.Mlp.ProcessPlan, NXOpen.Mfg.Mlp.Product, NXOpen.Report.UserInput, NXOpen.GeometricUtilities.OnPathDimWithValueBuilder, NXOpen.Report.CommandLibrary, NXOpen.GeometricUtilities.RotationSetBuilder, NXOpen.Mfg.Mlp.Workpiece, NXOpen.Mfg.Mlp.Operation, NXOpen.Mfg.Mlp.Part, NXOpen.Mfg.Mlp.ToolSet, NXOpen.Mfg.Mlp.Line, and NXOpen.CAM.NCGroup.

void NXOpen.INXObject.Print ( )
void NXOpen.INXObject.SetName ( string  name)

Property Documentation

bool NXOpen.INXObject.IsOccurrence
get

Returns whether this object is an occurrence or not.

Created in NX3.0.0

License requirements: None.

string NXOpen.INXObject.JournalIdentifier
get

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.

string NXOpen.INXObject.Name
get

Returns the custom name of the object.

Created in NX3.0.0

License requirements: None.

NXOpen.Assemblies.Component NXOpen.INXObject.OwningComponent
get

Returns the owning component, if this object is an occurrence.

Created in NX3.0.0

License requirements: None.

NXOpen.BasePart NXOpen.INXObject.OwningPart
get

Returns the owning part of this object

Created in NX3.0.0

License requirements: None.

NXOpen.INXObject NXOpen.INXObject.Prototype
get

Returns the prototype of this object if it is an occurrence.

Created in NX3.0.0

License requirements: None.


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