The scope of this operator is to retrieve the full report with all the changes that are related to the workpiece programs after an design change operation is executed from Process Geometry dashboard
[Example]
def DesignChangeProcessGeometriesReportScript(Operator: CENPyOlpDesignChangeProcessGeometryReportOperator):
pass
ℜ•
|
GetDesignChangeProcessGeometryFullReport(): list<tuple<string, string>>
|
|
|
list for each PG and the report for each PG -> list<tuple<PgName, ReportOnPg>>
|
[Example]
fullModificationReport = Operator.GetDesignChangeProcessGeometryFullReport()
ℜ•
|
GetDesignChangeProcessGeometryProgramComponentsReport(): string
|
[Example]
programComponentsModificationReport = Operator.GetDesignChangeProcessGeometryProgramComponentsReport()
|