#define PART_ARG_PLANE 8
#define PART_ARG_KEEP_NONLIMIT_SHAPES 9
-#define BOOL_ARG_CHECK_SELF_INTERSECTION 10
+#define PART_ARG_CHECK_SELF_INTERSECTION 10
class GEOMImpl_IPartition
{
{ _func->SetIntegerArray(PART_ARG_MATERIALS, theMaterials); }
void SetCheckSelfIntersection (Standard_Boolean theFlag)
- { _func->SetInteger(BOOL_ARG_CHECK_SELF_INTERSECTION, theFlag ? 1 : 0); }
+ { _func->SetInteger(PART_ARG_CHECK_SELF_INTERSECTION, theFlag ? 1 : 0); }
int GetLimit() { return _func->GetInteger(PART_ARG_LIMIT); }
Handle(GEOM_Function) GetPlane() { return _func->GetReference(PART_ARG_PLANE); }
Standard_Boolean GetCheckSelfIntersection()
- { return (_func->GetInteger(BOOL_ARG_CHECK_SELF_INTERSECTION) != 0); }
+ { return (_func->GetInteger(PART_ARG_CHECK_SELF_INTERSECTION) != 0); }
private:
#include "GEOMImpl_Block6Explorer.hxx"
#include "GEOMImpl_IHealingOperations.hxx"
-#include <GEOMImpl_Gen.hxx>
+#include "GEOMImpl_Gen.hxx"
#include "GEOM_Function.hxx"
#include "GEOM_ISubShape.hxx"
#include <Basics_OCCTVersion.hxx>
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <utilities.h>
+#include <OpUtil.hxx>
+#include <Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>