ReportManager Class¶
-
class
NXOpen.Report.ReportManager¶ Bases:
objectRepresents 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 NXOpen.Report.AutomationLogger belonging to the report manager |
| CommandManager | Returns the NXOpen.Report.CommandManager 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
PreferenceReturns: Return type: NXOpen.Report.ReportPreferenceNew in version NX11.0.0.
License requirements: None.
AutomationLogger¶
-
ReportManager.AutomationLogger¶ Returns the
NXOpen.Report.AutomationLoggerbelonging to the report managerSignature
AutomationLoggerNew in version NX11.0.0.
Returns: Return type: NXOpen.Report.AutomationLogger
CommandManager¶
-
ReportManager.CommandManager¶ Returns the
NXOpen.Report.CommandManagerbelonging to the report managerSignature
CommandManagerNew in version NX11.0.0.
Returns: Return type: NXOpen.Report.CommandManager
Method Detail¶
CreateResultXmlFileWriter¶
-
ReportManager.CreateResultXmlFileWriter¶ Creates a new
NXOpen.Report.ResultXmlFileWriterobject.Signature
CreateResultXmlFileWriter()Returns: Return type: NXOpen.Report.ResultXmlFileWriterNew 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.