Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

exotkGUI.cxx File Reference

Implementation file for the class exotkGUI. More...

#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:

Include dependency graph

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)


Detailed Description

Implementation file for the class exotkGUI.

Author:
Stephane Routelous

Definition in file exotkGUI.cxx.


Function Documentation

boolbl const BRepAlgoAPI_BooleanOperation &    aBoolenaOperation,
const Standard_Real    aRadius
 

create a blend on aBoolenaOperation.

Returns:
TopoDS_Shape
Parameters:
aBoolenaOperation  const BRepAlgoAPI_BooleanOperation&
aRadius  const Standard_Real

Definition at line 107 of file exotkGUI.cxx.

Referenced by common_blend(), and cut_blend().

common_blend const TopoDS_Shape &    aShape1,
const TopoDS_Shape &    aShape2,
const Standard_Real    aRadius
 

Returns:
TopoDS_Shape
Parameters:
aShape1  const TopoDS_Shape&
aShape2  const TopoDS_Shape&
aRadius  const Standard_Real

Definition at line 175 of file exotkGUI.cxx.

References boolbl().

Referenced by exotkGUI::Sample().

cut_blend const TopoDS_Shape &    aShapeToCut,
const TopoDS_Shape &    aTool,
const Standard_Real    aRadius
 

Returns:
TopoDS_Shape
Parameters:
aShapeToCut  const TopoDS_Shape&
aTool  const TopoDS_Shape&
aRadius  const Standard_Real

Definition at line 162 of file exotkGUI.cxx.

References boolbl().

Referenced by exotkGUI::Sample().


Generated on Wed Jan 23 12:17:23 2002 for exotk by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001