Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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.

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

#include <BRepBuilderAPI_MakeShape.hxx>

Inheritance diagram for BRepBuilderAPI_MakeShape:
Inheritance graph
[legend]

Public Member Functions

virtual DEFINE_STANDARD_ALLOC void Delete ()
virtual ~BRepBuilderAPI_MakeShape ()
virtual void Build ()
 This is called by Shape(). It does nothing but
may be redefined.

const TopoDS_ShapeShape () const
 Returns a shape built by the shape construction algorithm.
Raises exception StdFail_NotDone if the shape was not built.

 operator TopoDS_Shape () const
virtual const
TopTools_ListOfShape
Generated (const TopoDS_Shape &S)
 Returns the list of shapes generated from the
shape <S>.

virtual const
TopTools_ListOfShape
Modified (const TopoDS_Shape &S)
 Returns the list of shapes modified from the shape
<S>.

virtual Standard_Boolean IsDeleted (const TopoDS_Shape &S)
 Returns true if the shape S has been deleted.

Protected Member Functions

 BRepBuilderAPI_MakeShape ()

Protected Attributes

TopoDS_Shape myShape
TopTools_ListOfShape myGenerated

Constructor & Destructor Documentation


Member Function Documentation

virtual void BRepBuilderAPI_MakeShape::Build ( ) [virtual]
BRepBuilderAPI_MakeShape::operator TopoDS_Shape ( ) const

Field Documentation


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