Open CASCADE Technology 6.5.2
Public Member Functions
BRepAlgoAPI_Cut Class Reference

File: BRepAlgoAPI_Cut.cdl
Created: Thu Oct 14 18:27:02 1993
Author: Remi LEQUETTE
<rle>
//! The class Cut provides a Boolean
cut operation on a pair of arguments (Boolean Subtraction).
The class Cut provides a framework for:
More...

#include <BRepAlgoAPI_Cut.hxx>

Inheritance diagram for BRepAlgoAPI_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)
 BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2)
 Shape aS2 cuts shape aS1. The
resulting shape is a new shape produced by the cut operation.

 BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2, const BOPTools_DSFiller &aDSF, const Standard_Boolean bFWD=Standard_True)
 Constructs a new shape cut from
shape aS1 by shape aS2 using aDSFiller (see
BRepAlgoAPI_BooleanOperation Constructor).


Detailed Description


Constructor & Destructor Documentation

BRepAlgoAPI_Cut::BRepAlgoAPI_Cut ( const TopoDS_Shape S1,
const TopoDS_Shape S2 
)
BRepAlgoAPI_Cut::BRepAlgoAPI_Cut ( const TopoDS_Shape S1,
const TopoDS_Shape S2,
const BOPTools_DSFiller aDSF,
const Standard_Boolean  bFWD = Standard_True 
)

Member Function Documentation

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

Reimplemented from BRepAlgoAPI_BooleanOperation.

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

Reimplemented from BRepAlgoAPI_BooleanOperation.

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

Reimplemented from BRepAlgoAPI_BooleanOperation.


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