#include <exotkGUI.hxx>
#include <exotkGUI_GUI.hxx>
#include <TopoDS_Shape.hxx>
#include <BRepPrimAPI_MakeBox.hxx>
#include <BRepPrimAPI_MakeSphere.hxx>
#include <BRepAlgoAPI_Common.hxx>
#include <BRepPrimAPI_MakeCylinder.hxx>
#include <BRepAlgoAPI_Cut.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
#include <TopoDS_Compound.hxx>
#include <TopExp_Explorer.hxx>
#include <BRepFilletAPI_MakeFillet.hxx>
#include <TopOpeBRepBuild_HBuilder.hxx>
#include <TopoDS.hxx>
#include <BRepTools.hxx>
Include dependency graph for exotkGUI.cxx:

Go to the source code of this file.
Namespaces | |
| namespace | exotkGUI_Datas |
Functions | |
| TopoDS_Shape | boolbl (const BRepAlgoAPI_BooleanOperation &aBoolenaOperation, const Standard_Real aRadius) |
| create a blend on aBoolenaOperation. More... | |
| TopoDS_Shape | cut_blend (const TopoDS_Shape &aShapeToCut, const TopoDS_Shape &aTool, const Standard_Real aRadius) |
| TopoDS_Shape | common_blend (const TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2, const Standard_Real aRadius) |
Definition in file exotkGUI.cxx.
|
||||||||||||
|
create a blend on aBoolenaOperation.
Definition at line 107 of file exotkGUI.cxx. Referenced by common_blend(), and cut_blend(). |
|
||||||||||||||||
|
Definition at line 175 of file exotkGUI.cxx. References boolbl(). Referenced by exotkGUI::Sample(). |
|
||||||||||||||||
|
Definition at line 162 of file exotkGUI.cxx. References boolbl(). Referenced by exotkGUI::Sample(). |
1.2.12 written by Dimitri van Heesch,
© 1997-2001