OrderCollection Class

class NXOpen.Assemblies.OrderCollection

Bases: object

a collection of :py:class:`NXOpen.Assemblies.Order`s

To obtain an instance of this class, refer to NXOpen.Assemblies.ComponentAssembly

New in version NX9.0.0.

Methods

Method Description
FindObject Finds the NXOpen.Assemblies.Order with the given identifier as recorded in a journal.

Method Detail

FindObject

OrderCollection.FindObject

Finds the NXOpen.Assemblies.Order with the given identifier as recorded in a journal.

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.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Name of the Order to be found
Returns:Order found, or null if no such Order exists.
Return type:NXOpen.Assemblies.Order

New in version NX9.0.0.

License requirements: None.