The BRepBuilderAPI package provides an Application
Programming Interface for the BRep topology data
structure.
The API is a set of classes aiming to provide :
* High level and simple calls for the most common
operations.
* Keeping an access on the low-level
implementation of high-level calls.
* Examples of programming of high-level operations
from low-level operations.
* A complete coverage of modelling :
More...
#include <BRepBuilderAPI.hxx>
Detailed Description
- Creating vertices ,edges, faces, solids.
- Sweeping operations.
- Boolean operations.
- Global properties computation.
Member Function Documentation
| void BRepBuilderAPI::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepBuilderAPI::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepBuilderAPI::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| static const Handle_Geom_Plane& BRepBuilderAPI::Plane |
( |
| ) |
[static] |
| static void BRepBuilderAPI::Plane |
( |
const Handle< Geom_Plane > & |
P | ) |
[static] |
| static void BRepBuilderAPI::Precision |
( |
const Standard_Real |
P | ) |
[static] |
The documentation for this class was generated from the following file: