#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_DomainError.hxx>#include <Handle_BRepExtrema_UnCompatibleShape.hxx>Defines | |
| #define | BRepExtrema_UnCompatibleShape_Raise_if(CONDITION, MESSAGE) if (CONDITION) BRepExtrema_UnCompatibleShape::Raise(MESSAGE); |
| #define BRepExtrema_UnCompatibleShape_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) BRepExtrema_UnCompatibleShape::Raise(MESSAGE); |
1.6.3