Open CASCADE Technology  6.9.0
Public Member Functions | Protected Member Functions | Protected Attributes
BRepBuilderAPI_MakeShape Class Reference

This is the root class for all shape constructions. It stores the result. More...

#include <BRepBuilderAPI_MakeShape.hxx>

Inheritance diagram for BRepBuilderAPI_MakeShape:
Inheritance graph
[legend]

Public Member Functions

virtual void Delete ()
 
virtual ~BRepBuilderAPI_MakeShape ()
 
virtual void Build ()
 This is called by Shape(). It does nothing but may be redefined. More...
 
virtual const TopoDS_ShapeShape () const
 Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. More...
 
 operator TopoDS_Shape () const
 
virtual const
TopTools_ListOfShape
Generated (const TopoDS_Shape &S)
 Returns the list of shapes generated from the shape <S>. More...
 
virtual const
TopTools_ListOfShape
Modified (const TopoDS_Shape &S)
 Returns the list of shapes modified from the shape <S>. More...
 
virtual Standard_Boolean IsDeleted (const TopoDS_Shape &S)
 Returns true if the shape S has been deleted. More...
 
- Public Member Functions inherited from BRepBuilderAPI_Command
virtual ~BRepBuilderAPI_Command ()
 
virtual Standard_Boolean IsDone () const
 
void Check () const
 Raises NotDone if done is false. More...
 

Protected Member Functions

 BRepBuilderAPI_MakeShape ()
 
- Protected Member Functions inherited from BRepBuilderAPI_Command
 BRepBuilderAPI_Command ()
 Set done to False. More...
 
void Done ()
 Set done to true. More...
 
void NotDone ()
 Set done to false. More...
 

Protected Attributes

TopoDS_Shape myShape
 
TopTools_ListOfShape myGenerated
 

Detailed Description

This is the root class for all shape constructions. It stores the result.

It provides deferred methods to trace the history of sub-shapes.

Constructor & Destructor Documentation

virtual BRepBuilderAPI_MakeShape::~BRepBuilderAPI_MakeShape ( )
inlinevirtual
BRepBuilderAPI_MakeShape::BRepBuilderAPI_MakeShape ( )
protected

Member Function Documentation

virtual void BRepBuilderAPI_MakeShape::Build ( )
virtual
virtual void BRepBuilderAPI_MakeShape::Delete ( )
virtual
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Generated ( const TopoDS_Shape S)
virtual
virtual Standard_Boolean BRepBuilderAPI_MakeShape::IsDeleted ( const TopoDS_Shape S)
virtual
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Modified ( const TopoDS_Shape S)
virtual
BRepBuilderAPI_MakeShape::operator TopoDS_Shape ( ) const
virtual const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape ( ) const
virtual

Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built.

Reimplemented in BRepAlgoAPI_Algo.

Field Documentation

TopTools_ListOfShape BRepBuilderAPI_MakeShape::myGenerated
protected
TopoDS_Shape BRepBuilderAPI_MakeShape::myShape
protected

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