FemoraEvent
FemoraEvent
Bases: Enum
Lifecycle signals emitted by Femora runtime subsystems.
These enum values describe when a callback is being invoked. They are not ordinary modeling commands. Instead, they mark important stages in the runtime lifecycle so advanced components can react at the right time.
The most important practical events are:
PRE_ASSEMBLE: emitted before the final assembled mesh is builtPOST_ASSEMBLE: emitted after the final assembled mesh existsRESOLVE_CORE_CONFLICTS: emitted after assembly when partition/core ownership updates may need follow-up workPRE_EXPORTandPOST_EXPORT: emitted around export-time workflows
More specialized events such as EMBEDDED_BEAM_SOLID_TCL are used by
advanced exporters and interface-specific integrations.