Open CASCADE Technology 7.9.0
|
Describes functions to build parallelepiped boxes. A MakeBox object provides a framework for: More...
#include <BRepPrimAPI_MakeBox.hxx>
Public Member Functions | |
BRepPrimAPI_MakeBox () | |
Default constructor. | |
BRepPrimAPI_MakeBox (const Standard_Real dx, const Standard_Real dy, const Standard_Real dz) | |
Make a box with a corner at 0,0,0 and the other dx,dy,dz. | |
BRepPrimAPI_MakeBox (const gp_Pnt &P, const Standard_Real dx, const Standard_Real dy, const Standard_Real dz) | |
Make a box with a corner at P and size dx, dy, dz. | |
BRepPrimAPI_MakeBox (const gp_Pnt &P1, const gp_Pnt &P2) | |
Make a box with corners P1,P2. | |
BRepPrimAPI_MakeBox (const gp_Ax2 &Axes, const Standard_Real dx, const Standard_Real dy, const Standard_Real dz) | |
Make a box with Ax2 (the left corner and the axis) and size dx, dy, dz. | |
void | Init (const Standard_Real theDX, const Standard_Real theDY, const Standard_Real theDZ) |
Init a box with a corner at 0,0,0 and the other theDX, theDY, theDZ. | |
void | Init (const gp_Pnt &thePnt, const Standard_Real theDX, const Standard_Real theDY, const Standard_Real theDZ) |
Init a box with a corner at thePnt and size theDX, theDY, theDZ. | |
void | Init (const gp_Pnt &thePnt1, const gp_Pnt &thePnt2) |
Init a box with corners thePnt1, thePnt2. | |
void | Init (const gp_Ax2 &theAxes, const Standard_Real theDX, const Standard_Real theDY, const Standard_Real theDZ) |
Init a box with Ax2 (the left corner and the theAxes) and size theDX, theDY, theDZ. | |
BRepPrim_Wedge & | Wedge () |
Returns the internal algorithm. | |
virtual void | Build (const Message_ProgressRange &theRange=Message_ProgressRange()) override |
Stores the solid in myShape. | |
const TopoDS_Shell & | Shell () |
Returns the constructed box as a shell. | |
operator TopoDS_Shell () | |
const TopoDS_Solid & | Solid () |
Returns the constructed box as a solid. | |
operator TopoDS_Solid () | |
const TopoDS_Face & | BottomFace () |
Returns ZMin face. | |
const TopoDS_Face & | BackFace () |
Returns XMin face. | |
const TopoDS_Face & | FrontFace () |
Returns XMax face. | |
const TopoDS_Face & | LeftFace () |
Returns YMin face. | |
const TopoDS_Face & | RightFace () |
Returns YMax face. | |
const TopoDS_Face & | TopFace () |
Returns ZMax face. | |
![]() | |
virtual const TopoDS_Shape & | Shape () |
Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. | |
operator TopoDS_Shape () | |
virtual const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
Returns the list of shapes generated from the shape | |
virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
Returns the list of shapes modified from the shape | |
virtual Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
Returns true if the shape S has been deleted. | |
![]() | |
virtual | ~BRepBuilderAPI_Command () |
virtual Standard_Boolean | IsDone () const |
void | Check () const |
Raises NotDone if done is false. | |
Protected Attributes | |
BRepPrim_Wedge | myWedge |
![]() | |
TopoDS_Shape | myShape |
TopTools_ListOfShape | myGenerated |
Additional Inherited Members | |
![]() | |
BRepBuilderAPI_MakeShape () | |
![]() | |
BRepBuilderAPI_Command () | |
Set done to False. | |
void | Done () |
Set done to true. | |
void | NotDone () |
Set done to false. | |
Describes functions to build parallelepiped boxes. A MakeBox object provides a framework for:
|
inline |
Default constructor.
BRepPrimAPI_MakeBox::BRepPrimAPI_MakeBox | ( | const Standard_Real | dx, |
const Standard_Real | dy, | ||
const Standard_Real | dz ) |
Make a box with a corner at 0,0,0 and the other dx,dy,dz.
BRepPrimAPI_MakeBox::BRepPrimAPI_MakeBox | ( | const gp_Pnt & | P, |
const Standard_Real | dx, | ||
const Standard_Real | dy, | ||
const Standard_Real | dz ) |
Make a box with a corner at P and size dx, dy, dz.
Make a box with corners P1,P2.
BRepPrimAPI_MakeBox::BRepPrimAPI_MakeBox | ( | const gp_Ax2 & | Axes, |
const Standard_Real | dx, | ||
const Standard_Real | dy, | ||
const Standard_Real | dz ) |
Make a box with Ax2 (the left corner and the axis) and size dx, dy, dz.
const TopoDS_Face & BRepPrimAPI_MakeBox::BackFace | ( | ) |
Returns XMin face.
const TopoDS_Face & BRepPrimAPI_MakeBox::BottomFace | ( | ) |
Returns ZMin face.
|
overridevirtual |
Stores the solid in myShape.
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPreviewAPI_MakeBox.
const TopoDS_Face & BRepPrimAPI_MakeBox::FrontFace | ( | ) |
Returns XMax face.
void BRepPrimAPI_MakeBox::Init | ( | const gp_Ax2 & | theAxes, |
const Standard_Real | theDX, | ||
const Standard_Real | theDY, | ||
const Standard_Real | theDZ ) |
Init a box with Ax2 (the left corner and the theAxes) and size theDX, theDY, theDZ.
void BRepPrimAPI_MakeBox::Init | ( | const gp_Pnt & | thePnt, |
const Standard_Real | theDX, | ||
const Standard_Real | theDY, | ||
const Standard_Real | theDZ ) |
Init a box with a corner at thePnt and size theDX, theDY, theDZ.
Init a box with corners thePnt1, thePnt2.
void BRepPrimAPI_MakeBox::Init | ( | const Standard_Real | theDX, |
const Standard_Real | theDY, | ||
const Standard_Real | theDZ ) |
Init a box with a corner at 0,0,0 and the other theDX, theDY, theDZ.
const TopoDS_Face & BRepPrimAPI_MakeBox::LeftFace | ( | ) |
Returns YMin face.
BRepPrimAPI_MakeBox::operator TopoDS_Shell | ( | ) |
BRepPrimAPI_MakeBox::operator TopoDS_Solid | ( | ) |
const TopoDS_Face & BRepPrimAPI_MakeBox::RightFace | ( | ) |
Returns YMax face.
const TopoDS_Shell & BRepPrimAPI_MakeBox::Shell | ( | ) |
Returns the constructed box as a shell.
const TopoDS_Solid & BRepPrimAPI_MakeBox::Solid | ( | ) |
Returns the constructed box as a solid.
const TopoDS_Face & BRepPrimAPI_MakeBox::TopFace | ( | ) |
Returns ZMax face.
BRepPrim_Wedge & BRepPrimAPI_MakeBox::Wedge | ( | ) |
Returns the internal algorithm.
|
protected |