Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsOperatorsTech_Mf Geo Init Operator

Tech_Mf Geo Init Operator

Quick Facts

PropertyValue
ClassCENPyOlpTech_MfGeoInitOperator
Modulecenpylib.CENPyOlpTech_MfGeoInitOperator
Packagecenpylib
ReleaseR2025.2.4
Methods5

Quick Start

# Boilerplate Example tech_MfGeoInitOperator = ... # obtained from the runtime context result = tech_MfGeoInitOperator.GetAttribGetter()

Method Index

MethodReturnsSummary
GetAttribGetterCENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
GetAttribSetterCENPyOlpAttribSetterGet attribute setter interface which handles the Olp attribute container.
GetLoggerOperatorCENPyOlpLogOperatorGet the log operator interface.
AddSystemAttribCreate the manufacturing geometry from the given system attributes.
GetCurrentProcessGeometryOperatorCENPyOlpProcessGeometryOperatorGet the Process Geometry Operator of the PG that is attached to the current operation.

Query Methods

GetAttribGetter

def GetAttribGetter() -> CENPyOlpAttribGetter

Get attribute getter interface which handles the Olp attribute container.

Returns: CENPyOlpAttribGetter — Attribute getter interface.

GetAttribSetter

def GetAttribSetter() -> CENPyOlpAttribSetter

Get attribute setter interface which handles the Olp attribute container.

Returns: CENPyOlpAttribSetter — Attribute setter interface.

GetLoggerOperator

def GetLoggerOperator() -> CENPyOlpLogOperator

Get the log operator interface.

Returns: CENPyOlpLogOperator — Log operator interface.

GetCurrentProcessGeometryOperator

def GetCurrentProcessGeometryOperator() -> CENPyOlpProcessGeometryOperator

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

NameTypeDescription
attribCENPyOlpAttributeAttribute object.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?