Design Change Process Geometry Report Operator
Since R2025.2.4
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpDesignChangeProcessGeometryReportOperator |
| Module | cenpylib.CENPyOlpDesignChangeProcessGeometryReportOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 2 |
Quick Start
# Boilerplate Example
designChangeProcessGeometryReportOperator = ... # obtained from the runtime context
result = designChangeProcessGeometryReportOperator.GetDesignChangeProcessGeometryFullReport()Method Index
| Method | Returns | Summary |
|---|---|---|
GetDesignChangeProcessGeometryFullReport | list[tuple[str, str]] | Get get the design change process geometry modification report list getter. |
GetDesignChangeProcessGeometryProgramComponentsReport | str | Get the design change process geometry modification of program components report. |
Query Methods
GetDesignChangeProcessGeometryFullReport
Since R2025.2.4
def GetDesignChangeProcessGeometryFullReport() -> list[tuple[str, str]]Get get the design change process geometry modification report list getter.
Returns: list[tuple[str, str]] — created array of tuple for each PG with the name and the report for it-> list>.
GetDesignChangeProcessGeometryProgramComponentsReport
Since R2025.2.4
def GetDesignChangeProcessGeometryProgramComponentsReport() -> strGet the design change process geometry modification of program components report.
Returns: str — program components report.
Changes in R2025.2.4
Compared to R2025.1:
-
New class added
-
[NEW]
GetDesignChangeProcessGeometryFullReport: New method added -
[NEW]
GetDesignChangeProcessGeometryProgramComponentsReport: New method added
Version Notes
This class is documented as of release R2025.2.4. This class was added in R2025.2.4.
Was this page helpful?