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
    Standard_ImmutableObject.hxx File Reference

    Macros

    #define Standard_ImmutableObject_Raise_if(CONDITION, MESSAGE)

    Macro Definition Documentation

    ◆ Standard_ImmutableObject_Raise_if

    #define Standard_ImmutableObject_Raise_if ( CONDITION,
    MESSAGE )
    Value:
    if (CONDITION) \
    throw Standard_ImmutableObject(MESSAGE);