Describes functions to build half-spaces.
A half-space is an infinite solid, limited by a surface. It
is built from a face or a shell, which bounds it, and with
a reference point, which specifies the side of the
surface where the matter of the half-space is located.
A half-space is a tool commonly used in topological
operations to cut another shape.
A MakeHalfSpace object provides a framework for:
More...
#include <BRepPrimAPI_MakeHalfSpace.hxx>
Detailed Description
- defining and implementing the construction of a half-space, and
- consulting the result.
Constructor & Destructor Documentation
BRepPrimAPI_MakeHalfSpace::BRepPrimAPI_MakeHalfSpace |
( |
const TopoDS_Face & |
Face, |
|
|
const gp_Pnt & |
RefPnt |
|
) |
| |
BRepPrimAPI_MakeHalfSpace::BRepPrimAPI_MakeHalfSpace |
( |
const TopoDS_Shell & |
Shell, |
|
|
const gp_Pnt & |
RefPnt |
|
) |
| |
Member Function Documentation
const TopoDS_Solid& BRepPrimAPI_MakeHalfSpace::Solid |
( |
| ) |
const |
The documentation for this class was generated from the following file: