Information Class

class NXOpen.Information

Bases: object

Represents a class that provides methods for displaying information about part history, interpart parents and children, features, points, and other NX Objects.

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

New in version NX3.0.0.

Methods

Method Description
DisplayCamObjectsDetails Display details of cam objects
DisplayFeatureDetails Displays relevant information about features created while generating a 3-D model in the NXOpen.ListingWindow.
DisplayInterpartChildren Displays names of interpart children(part files having interlinked geometry) in the NXOpen.ListingWindow.
DisplayInterpartParents Displays names of interpart parents(part files having interlinked geometry) in the NXOpen.ListingWindow.
DisplayObjectsDetails Displays information about geometric objects in the NXOpen.ListingWindow.
DisplayPartHistory Displays the NXOpen.ListingWindow with a part’s save history.
DisplayPointDetails Obtains the absolute and work coordinates of an explicit or implicit point and displays information in the NXOpen.ListingWindow device.
DisplayProdIntObjectsDetails Display details of product interface objects
DisplayUpdateStatusReport Displays status of all the features that failed to update in the NXOpen.ListingWindow.

Enumerations

InformationDisplayFeatureType Enumeration Describes type of information displayed into listing window device.

Method Detail

DisplayCamObjectsDetails

Information.DisplayCamObjectsDetails

Display details of cam objects

Signature DisplayCamObjectsDetails(selectedObjects)

Parameters:selectedObjects (list of NXOpen.NXObject) – Array of objects for which the information is to be displayed

New in version NX4.0.0.

License requirements: None.

DisplayFeatureDetails

Information.DisplayFeatureDetails

Displays relevant information about features created while generating a 3-D model in the NXOpen.ListingWindow.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayFeatureDetails(feature, type)

Parameters:

New in version NX3.0.0.

License requirements: None.

DisplayInterpartChildren

Information.DisplayInterpartChildren

Displays names of interpart children(part files having interlinked geometry) in the NXOpen.ListingWindow.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayInterpartChildren(part)

Parameters:part (NXOpen.Part) – Part object

New in version NX3.0.0.

License requirements: None.

DisplayInterpartParents

Information.DisplayInterpartParents

Displays names of interpart parents(part files having interlinked geometry) in the NXOpen.ListingWindow.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayInterpartParents(part)

Parameters:part (NXOpen.Part) – Part object

New in version NX3.0.0.

License requirements: None.

DisplayObjectsDetails

Information.DisplayObjectsDetails

Displays information about geometric objects in the NXOpen.ListingWindow.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayObjectsDetails(selectedObjects)

Parameters:selectedObjects (list of NXOpen.NXObject) – Array of objects for which the information is to be displayed

New in version NX3.0.0.

License requirements: None.

DisplayPartHistory

Information.DisplayPartHistory

Displays the NXOpen.ListingWindow with a part’s save history.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayPartHistory(part)

Parameters:part (NXOpen.BasePart) – Part Object

New in version NX3.0.0.

License requirements: None.

DisplayPointDetails

Information.DisplayPointDetails

Overloaded method DisplayPointDetails

  • DisplayPointDetails(point)
  • DisplayPointDetails(absolutePointCoordinates)

-------------------------------------

Obtains the absolute and work coordinates of an explicit or implicit point and displays information in the NXOpen.ListingWindow device. If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayPointDetails(point)

Parameters:point (NXOpen.Point) – Point Object

New in version NX3.0.0.

License requirements: None.

-------------------------------------

Displays the absolute and work coordinates of a point in the NXOpen.ListingWindow device. If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayPointDetails(absolutePointCoordinates)

Parameters:absolutePointCoordinates (NXOpen.Point3d) – Absolute coordinates of a point

New in version NX3.0.5.

License requirements: None.

-------------------------------------

DisplayProdIntObjectsDetails

Information.DisplayProdIntObjectsDetails

Display details of product interface objects

Signature DisplayProdIntObjectsDetails(selectedObjects, startCounter)

Parameters:
  • selectedObjects (list of NXOpen.NXObject) – product interface objects
  • startCounter (int) – start counter for object #

New in version NX5.0.0.

License requirements: None.

DisplayUpdateStatusReport

Information.DisplayUpdateStatusReport

Displays status of all the features that failed to update in the NXOpen.ListingWindow.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice() for more information.

Signature DisplayUpdateStatusReport(part)

Parameters:part (NXOpen.Part) – Part object

New in version NX3.0.0.

License requirements: None.