Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias SchematicChangeHandler

    SchematicChangeHandler: (
        this: EEvisionAPI,
        reason: SchematicChangeReason,
    ) => void | Promise<void>

    Handler for the event when the schematic changes.

    Type declaration