Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsResources And ControllersDesign Change Process Geometry Report Operator

Design Change Process Geometry Report Operator

Since R2025.2.4

Quick Facts

PropertyValue
ClassCENPyOlpDesignChangeProcessGeometryReportOperator
Modulecenpylib.CENPyOlpDesignChangeProcessGeometryReportOperator
Packagecenpylib
ReleaseR2025.2.4
Methods2

Quick Start

# Boilerplate Example designChangeProcessGeometryReportOperator = ... # obtained from the runtime context result = designChangeProcessGeometryReportOperator.GetDesignChangeProcessGeometryFullReport()

Method Index

MethodReturnsSummary
GetDesignChangeProcessGeometryFullReportlist[tuple[str, str]]Get get the design change process geometry modification report list getter.
GetDesignChangeProcessGeometryProgramComponentsReportstrGet 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() -> str

Get 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?