ReportManager Class

class NXOpen.Report.ReportManager

Bases: object

Represents the report manager.

To obtain an instance of this class use NXOpen.Session.ReportManager().

New in version NX11.0.0.

Properties

Property Description
Preference Returns the report preference.
AutomationLogger
Returns the <ja_class>NXOpen.Report.AutomationLogger</ja_class> belonging to the report manager
CommandManager
Returns the <ja_class>NXOpen.Report.CommandManager</ja_class> belonging to the report manager

Methods

Method Description
CreateResultXmlFileWriter Creates a new NXOpen.Report.ResultXmlFileWriter object.
GetOriginalImageDimension Gets the original dimension of a given image file.

Property Detail

Preference

ReportManager.Preference

Returns the report preference.

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

Getter Method

Signature Preference()

Returns:
Return type:NXOpen.Report.ReportPreference

New in version NX11.0.0.

License requirements: None.

AutomationLogger

ReportManager.AutomationLogger

Returns the NXOpen.Report.AutomationLogger belonging to the report manager

Signature AutomationLogger()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Report.AutomationLogger

CommandManager

ReportManager.CommandManager

Returns the NXOpen.Report.CommandManager belonging to the report manager

Signature CommandManager()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Report.CommandManager

Method Detail

CreateResultXmlFileWriter

ReportManager.CreateResultXmlFileWriter

Creates a new NXOpen.Report.ResultXmlFileWriter object.

Signature CreateResultXmlFileWriter()

Returns:
Return type:NXOpen.Report.ResultXmlFileWriter

New in version NX11.0.0.

License requirements: None.

GetOriginalImageDimension

ReportManager.GetOriginalImageDimension

Gets the original dimension of a given image file.

Signature GetOriginalImageDimension(imageFullFileName)

Parameters:imageFullFileName (str) – the full image file name
Returns:a tuple
Return type:A tuple consisting of (width, height). width is a float. height is a float.

New in version NX11.0.0.

License requirements: None.