Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
BRepSweep_Builder Class Reference

implements the abstract Builder with the BRep Builder

#include <BRepSweep_Builder.hxx>

Public Member Functions

DEFINE_STANDARD_ALLOC BRepSweep_Builder (const BRep_Builder &aBuilder)
 Creates a Builder.

const BRep_BuilderBuilder () const
void MakeCompound (TopoDS_Shape &aCompound) const
 Returns an empty Compound.

void MakeCompSolid (TopoDS_Shape &aCompSolid) const
 Returns an empty CompSolid.

void MakeSolid (TopoDS_Shape &aSolid) const
 Returns an empty Solid.

void MakeShell (TopoDS_Shape &aShell) const
 Returns an empty Shell.

void MakeWire (TopoDS_Shape &aWire) const
 Returns an empty Wire.

void Add (TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2, const TopAbs_Orientation Orient) const
 Adds the Shape 1 in the Shape 2, set to
<Orient> orientation.

void Add (TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2) const
 Adds the Shape 1 in the Shape 2.


Constructor & Destructor Documentation


Member Function Documentation

void BRepSweep_Builder::Add ( TopoDS_Shape aShape1,
const TopoDS_Shape aShape2,
const TopAbs_Orientation  Orient 
) const
void BRepSweep_Builder::Add ( TopoDS_Shape aShape1,
const TopoDS_Shape aShape2 
) const

The documentation for this class was generated from the following file: