OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepBuilderAPI


BRepBuilderAPI Class Reference

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 :

- Creating vertices ,edges, faces, solids.

- Sweeping operations.

- Boolean operations.

- Global properties computation.
.

#include <BRepBuilderAPI.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_EXPORT void Plane (const Handle(Geom_Plane)&P)
 Sets the current plane.
.
static Standard_EXPORT const
Handle_Geom_Plane & 
Plane ()
 Returns the current plane.

.
static Standard_EXPORT void Precision (const Standard_Real P)
 Sets the default precision. The current Precision
is returned.
.
static Standard_EXPORT Standard_Real Precision ()
 Returns the default precision.
.


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 Standard_EXPORT const Handle_Geom_Plane& BRepBuilderAPI::Plane  )  [static]
 

static Standard_EXPORT void BRepBuilderAPI::Plane const Handle(Geom_Plane)&  P  )  [static]
 

static Standard_EXPORT Standard_Real BRepBuilderAPI::Precision  )  [static]
 

static Standard_EXPORT void BRepBuilderAPI::Precision const Standard_Real  P  )  [static]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:41:02 2008 for OpenCASCADE by  doxygen 1.4.1