Open CASCADE Technology 6.5.2
Public Member Functions
BRepAlgo_Cut Class Reference

Describes functions for performing a topological cut
operation (Boolean subtraction).
A Cut object provides the framework for:
More...

#include <BRepAlgo_Cut.hxx>

Inheritance diagram for BRepAlgo_Cut:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 BRepAlgo_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2)
 Cuts the shape S2 from the shape S1.


Detailed Description


Constructor & Destructor Documentation

BRepAlgo_Cut::BRepAlgo_Cut ( const TopoDS_Shape S1,
const TopoDS_Shape S2 
)

Member Function Documentation

void BRepAlgo_Cut::operator delete ( void *  anAddress) [inline]

Reimplemented from BRepAlgo_BooleanOperation.

void* BRepAlgo_Cut::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from BRepAlgo_BooleanOperation.

void* BRepAlgo_Cut::operator new ( size_t  size) [inline]

Reimplemented from BRepAlgo_BooleanOperation.


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