Open CASCADE Technology
7.3.0
|
This is the root class for all shape constructions. It stores the result. More...
#include <BRepLib_MakeShape.hxx>
Public Member Functions | |
void | Build () |
This is called by Shape(). It does nothing but may be redefined. More... | |
const TopoDS_Shape & | Shape () |
operator TopoDS_Shape () | |
virtual BRepLib_ShapeModification | FaceStatus (const TopoDS_Face &F) const |
returns the status of the Face after the shape creation. More... | |
virtual Standard_Boolean | HasDescendants (const TopoDS_Face &F) const |
Returns True if the Face generates new topology. More... | |
virtual const TopTools_ListOfShape & | DescendantFaces (const TopoDS_Face &F) |
returns the list of generated Faces. More... | |
virtual Standard_Integer | NbSurfaces () const |
returns the number of surfaces after the shape creation. More... | |
virtual const TopTools_ListOfShape & | NewFaces (const Standard_Integer I) |
Return the faces created for surface I. More... | |
virtual const TopTools_ListOfShape & | FacesFromEdges (const TopoDS_Edge &E) |
returns a list of the created faces from the edge <E>. More... | |
Public Member Functions inherited from BRepLib_Command | |
virtual | ~BRepLib_Command () |
Standard_Boolean | IsDone () const |
void | Check () const |
Raises NotDone if done is false. More... | |
Protected Member Functions | |
BRepLib_MakeShape () | |
Protected Member Functions inherited from BRepLib_Command | |
BRepLib_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 | myGenFaces |
TopTools_ListOfShape | myNewFaces |
TopTools_ListOfShape | myEdgFaces |
This is the root class for all shape constructions. It stores the result.
It provides deferred methods to trace the history of sub-shapes.
|
protected |
void BRepLib_MakeShape::Build | ( | ) |
This is called by Shape(). It does nothing but may be redefined.
|
virtual |
returns the list of generated Faces.
|
virtual |
returns a list of the created faces from the edge <E>.
|
virtual |
returns the status of the Face after the shape creation.
Reimplemented in BRepLib_MakeSolid.
|
virtual |
Returns True if the Face generates new topology.
|
virtual |
returns the number of surfaces after the shape creation.
|
virtual |
Return the faces created for surface I.
BRepLib_MakeShape::operator TopoDS_Shape | ( | ) |
const TopoDS_Shape& BRepLib_MakeShape::Shape | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |