Open CASCADE Technology 6.6.0
Public Member Functions
BRepSweep_Builder Class Reference

implements the abstract Builder with the BRep Builder

#include <BRepSweep_Builder.hxx>

Public Member Functions

 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

BRepSweep_Builder::BRepSweep_Builder ( const BRep_Builder aBuilder)

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
const BRep_Builder& BRepSweep_Builder::Builder ( ) const
void BRepSweep_Builder::MakeCompound ( TopoDS_Shape aCompound) const
void BRepSweep_Builder::MakeCompSolid ( TopoDS_Shape aCompSolid) const
void BRepSweep_Builder::MakeShell ( TopoDS_Shape aShell) const
void BRepSweep_Builder::MakeSolid ( TopoDS_Shape aSolid) const
void BRepSweep_Builder::MakeWire ( TopoDS_Shape aWire) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines