Describes functions to build wedges, i.e. boxes with inclined faces. A MakeWedge object provides a framework for:
More...
|
| | BRepPrimAPI_MakeWedge (const double dx, const double dy, const double dz, const double ltx) |
| | Make a STEP right angular wedge. (ltx >= 0)
|
| |
| | BRepPrimAPI_MakeWedge (const gp_Ax2 &Axes, const double dx, const double dy, const double dz, const double ltx) |
| | Make a STEP right angular wedge. (ltx >= 0)
|
| |
| | BRepPrimAPI_MakeWedge (const double dx, const double dy, const double dz, const double xmin, const double zmin, const double xmax, const double zmax) |
| | Make a wedge. The face at dy is xmin,zmin xmax,zmax.
|
| |
| | BRepPrimAPI_MakeWedge (const gp_Ax2 &Axes, const double dx, const double dy, const double dz, const double xmin, const double zmin, const double xmax, const double zmax) |
| | Make a wedge. The face at dy is xmin,zmin xmax,zmax.
|
| |
| BRepPrim_Wedge & | Wedge () |
| | Returns the internal algorithm.
|
| |
| void | Build (const Message_ProgressRange &theRange=Message_ProgressRange()) override |
| | Stores the solid in myShape.
|
| |
| const TopoDS_Shell & | Shell () |
| | Returns the constructed box in the form of a shell.
|
| |
| | operator TopoDS_Shell () |
| |
| const TopoDS_Solid & | Solid () |
| | Returns the constructed box in the form of a solid.
|
| |
| | 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.
|
| |
| | operator TopoDS_Shape () |
| |
| virtual const NCollection_List< TopoDS_Shape > & | Generated (const TopoDS_Shape &S) |
| | Returns the list of shapes generated from the shape .
|
| |
| virtual const NCollection_List< TopoDS_Shape > & | Modified (const TopoDS_Shape &S) |
| | Returns the list of shapes modified from the shape .
|
| |
| virtual bool | IsDeleted (const TopoDS_Shape &S) |
| | Returns true if the shape S has been deleted.
|
| |
Public Member Functions inherited from BRepBuilderAPI_Command |
| virtual | ~BRepBuilderAPI_Command () |
| |
| virtual bool | IsDone () const |
| |
| void | Check () const |
| | Raises NotDone if done is false.
|
| |
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.