OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Transfer_TransferDeadLoop.hxx File Reference

    Macros

    #define Transfer_TransferDeadLoop_Raise_if(CONDITION, MESSAGE)

    Variables

    class This exception is no longer thrown
    dead loop handling uses local status flags Transfer_TransferDeadLoop

    Macro Definition Documentation

    ◆ Transfer_TransferDeadLoop_Raise_if

    #define Transfer_TransferDeadLoop_Raise_if ( CONDITION,
    MESSAGE )
    Value:
    if (CONDITION) \
    throw Transfer_TransferDeadLoop(MESSAGE);
    dead loop handling uses local status flags Transfer_TransferDeadLoop
    Definition Transfer_TransferDeadLoop.hxx:27
    Deprecated
    OCCT 7.9.0 - This macro is deprecated and does nothing.

    Variable Documentation

    ◆ thrown

    class This exception is no longer thrown
    Deprecated
    OCCT 7.9.0 - This exception is deprecated and no longer thrown. Dead loop detection is now handled via local status flags instead of exceptions.

    ◆ Transfer_TransferDeadLoop

    dead loop handling uses local status flags Transfer_TransferDeadLoop