26#include "TColStd_HSequenceOfTransient.hxx"
28#define BOOL_ARG_SHAPE1 1
29#define BOOL_ARG_SHAPE2 2
30#define BOOL_ARG_SHAPES 3
31#define BOOL_ARG_CHECK_SELF_INTERSECTION 4
32#define BOOL_ARG_RM_EXTRA_EDGES 5
33#define BOOL_ARG_FUZZY_PARAMETER 6
54 Handle(TColStd_HSequenceOfTransient) GetShapes()
#define BOOL_ARG_SHAPES
Definition: GEOMImpl_IBoolean.hxx:30
#define BOOL_ARG_FUZZY_PARAMETER
Definition: GEOMImpl_IBoolean.hxx:33
#define BOOL_ARG_SHAPE1
Definition: GEOMImpl_IBoolean.hxx:28
#define BOOL_ARG_RM_EXTRA_EDGES
Definition: GEOMImpl_IBoolean.hxx:32
#define BOOL_ARG_CHECK_SELF_INTERSECTION
Definition: GEOMImpl_IBoolean.hxx:31
#define BOOL_ARG_SHAPE2
Definition: GEOMImpl_IBoolean.hxx:29
Definition: GEOMImpl_IBoolean.hxx:36
Handle(TColStd_HSequenceOfTransient) GetShapes()
Definition: GEOMImpl_IBoolean.hxx:54
void SetShape1(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IBoolean.hxx:41
Handle(GEOM_Function) GetShape2()
Definition: GEOMImpl_IBoolean.hxx:53
Handle(GEOM_Function) GetShape1()
Definition: GEOMImpl_IBoolean.hxx:52
Standard_Real GetFuzzyParameter()
Definition: GEOMImpl_IBoolean.hxx:60
Standard_Boolean GetCheckSelfIntersection()
Definition: GEOMImpl_IBoolean.hxx:56
void SetShape2(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IBoolean.hxx:42
void SetFuzzyParameter(Standard_Real theValue)
Definition: GEOMImpl_IBoolean.hxx:49
void SetCheckSelfIntersection(Standard_Boolean theFlag)
Definition: GEOMImpl_IBoolean.hxx:45
Handle(GEOM_Function) _func
void SetRmExtraEdges(Standard_Boolean theFlag)
Definition: GEOMImpl_IBoolean.hxx:47
Standard_Boolean GetRmExtraEdges()
Definition: GEOMImpl_IBoolean.hxx:58
GEOMImpl_IBoolean(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IBoolean.hxx:39
void SetShapes(const Handle(TColStd_HSequenceOfTransient)&theShapes)
Definition: GEOMImpl_IBoolean.hxx:43