|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | 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)
.
|
Standard_EXPORT | 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)
.
|
Standard_EXPORT | 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
.
|
Standard_EXPORT | 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
.
|
Standard_EXPORT BRepPrim_Wedge & | Wedge () |
| Returns the internal algorithm.
.
|
virtual Standard_EXPORT void | Build () |
| Stores the solid in myShape.
.
|
Standard_EXPORT const TopoDS_Shell & | Shell () |
| Returns the constructed box in the form of a shell.
.
|
Standard_EXPORT | operator TopoDS_Shell () |
Standard_EXPORT const TopoDS_Solid & | Solid () |
| Returns the constructed box in the form of a solid.
.
|
Standard_EXPORT | operator TopoDS_Solid () |
Private Attributes |
BRepPrim_Wedge | myWedge |