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