Open CASCADE Technology  6.9.0
Public Member Functions

BRepSweep_Builder Class Reference

implements the abstract Builder with the BRep Builder More...

#include <BRepSweep_Builder.hxx>

Public Member Functions

 BRepSweep_Builder (const BRep_Builder &aBuilder)
 Creates a Builder. More...
 
const BRep_BuilderBuilder () const
 
void MakeCompound (TopoDS_Shape &aCompound) const
 Returns an empty Compound. More...
 
void MakeCompSolid (TopoDS_Shape &aCompSolid) const
 Returns an empty CompSolid. More...
 
void MakeSolid (TopoDS_Shape &aSolid) const
 Returns an empty Solid. More...
 
void MakeShell (TopoDS_Shape &aShell) const
 Returns an empty Shell. More...
 
void MakeWire (TopoDS_Shape &aWire) const
 Returns an empty Wire. More...
 
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. More...
 
void Add (TopoDS_Shape &aShape1, const TopoDS_Shape &aShape2) const
 Adds the Shape 1 in the Shape 2. More...
 

Detailed Description

implements the abstract Builder with the BRep Builder

Constructor & Destructor Documentation

BRepSweep_Builder::BRepSweep_Builder ( const BRep_Builder aBuilder)

Creates a Builder.

Member Function Documentation

void BRepSweep_Builder::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 BRepSweep_Builder::Add ( TopoDS_Shape aShape1,
const TopoDS_Shape aShape2 
) const

Adds the Shape 1 in the Shape 2.

const BRep_Builder& BRepSweep_Builder::Builder ( ) const
void BRepSweep_Builder::MakeCompound ( TopoDS_Shape aCompound) const

Returns an empty Compound.

void BRepSweep_Builder::MakeCompSolid ( TopoDS_Shape aCompSolid) const

Returns an empty CompSolid.

void BRepSweep_Builder::MakeShell ( TopoDS_Shape aShell) const

Returns an empty Shell.

void BRepSweep_Builder::MakeSolid ( TopoDS_Shape aSolid) const

Returns an empty Solid.

void BRepSweep_Builder::MakeWire ( TopoDS_Shape aWire) const

Returns an empty Wire.


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