Describes functions to build wedges, i.e. boxes with inclined faces. A MakeWedge object provides a framework for:
More...
|
| BRepPrimAPI_MakeWedge (const Standard_Real dx, const Standard_Real dy, const Standard_Real dz, const Standard_Real ltx) |
| Make a STEP right angular wedge. (ltx >= 0) More...
|
|
| BRepPrimAPI_MakeWedge (const gp_Ax2 &Axes, const Standard_Real dx, const Standard_Real dy, const Standard_Real dz, const Standard_Real ltx) |
| Make a STEP right angular wedge. (ltx >= 0) More...
|
|
| BRepPrimAPI_MakeWedge (const Standard_Real dx, const Standard_Real dy, const Standard_Real dz, const Standard_Real xmin, const Standard_Real zmin, const Standard_Real xmax, const Standard_Real zmax) |
| Make a wedge. The face at dy is xmin,zmin xmax,zmax. More...
|
|
| BRepPrimAPI_MakeWedge (const gp_Ax2 &Axes, const Standard_Real dx, const Standard_Real dy, const Standard_Real dz, const Standard_Real xmin, const Standard_Real zmin, const Standard_Real xmax, const Standard_Real zmax) |
| Make a wedge. The face at dy is xmin,zmin xmax,zmax. More...
|
|
BRepPrim_Wedge & | Wedge () |
| Returns the internal algorithm. More...
|
|
virtual void | Build () override |
| Stores the solid in myShape. More...
|
|
const TopoDS_Shell & | Shell () |
| Returns the constructed box in the form of a shell. More...
|
|
| operator TopoDS_Shell () |
|
const TopoDS_Solid & | Solid () |
| Returns the constructed box in the form of a solid. More...
|
|
| operator TopoDS_Solid () |
|
virtual const TopoDS_Shape & | Shape () |
| Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. More...
|
|
| operator TopoDS_Shape () |
|
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...
|
|
Describes functions to build wedges, i.e. boxes with inclined faces. A MakeWedge object provides a framework for:
- defining the construction of a wedge,
- implementing the construction algorithm, and
- consulting the result.