Open CASCADE Technology 6.5.2
Public Member Functions | Static Public Member Functions
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 :

More...

#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 void Plane (const Handle< Geom_Plane > &P)
 Sets the current plane.

static const Handle_Geom_Plane & Plane ()
 Returns the current plane.


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

static Standard_Real Precision ()
 Returns the default precision.


Detailed Description


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]
static Standard_Real BRepBuilderAPI::Precision ( ) [static]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines