Tech_Mf Geo Init Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpTech_MfGeoInitOperator |
| Module | cenpylib.CENPyOlpTech_MfGeoInitOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 5 |
Quick Start
# Boilerplate Example
tech_MfGeoInitOperator = ... # obtained from the runtime context
result = tech_MfGeoInitOperator.GetAttribGetter()Method Index
| Method | Returns | Summary |
|---|---|---|
GetAttribGetter | CENPyOlpAttribGetter | Get attribute getter interface which handles the Olp attribute container. |
GetAttribSetter | CENPyOlpAttribSetter | Get attribute setter interface which handles the Olp attribute container. |
GetLoggerOperator | CENPyOlpLogOperator | Get the log operator interface. |
AddSystemAttrib | — | Create the manufacturing geometry from the given system attributes. |
GetCurrentProcessGeometryOperator | CENPyOlpProcessGeometryOperator | Get the Process Geometry Operator of the PG that is attached to the current operation. |
Query Methods
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribGetter — Attribute getter interface.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGet attribute setter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribSetter — Attribute setter interface.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGet the log operator interface.
Returns: CENPyOlpLogOperator — Log operator interface.
GetCurrentProcessGeometryOperator
def GetCurrentProcessGeometryOperator() -> CENPyOlpProcessGeometryOperatorGet the Process Geometry Operator of the PG that is attached to the current operation.
Returns: CENPyOlpProcessGeometryOperator — Process Geometry Operator if there is a PG, otherwise - None.
Mutation Methods
AddSystemAttrib
def AddSystemAttrib(attrib: CENPyOlpAttribute)Create the manufacturing geometry from the given system attributes. Note: This method will not create new attributes. Only system attributes which has been created in the InitAttributes or in InitAttributes can be added here.
Parameters:
| Name | Type | Description |
|---|---|---|
attrib | CENPyOlpAttribute | Attribute object. |
Related Types
Version Notes
This class is documented as of release R2025.2.4.