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

ModelingAlgorithms
TKTopAlgo
BRepBuilderAPI


BRepBuilderAPI_Copy Class Reference

Duplication of a shape.
A Copy object provides a framework for:
- defining the construction of a duplicate shape,
- implementing the construction algorithm, and
- consulting the result.
.

#include <BRepBuilderAPI_Copy.hxx>

Inheritance diagram for BRepBuilderAPI_Copy:

Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT BRepBuilderAPI_Copy ()
 Constructs an empty copy framework. Use the function
Perform to copy shapes.
.
Standard_EXPORT BRepBuilderAPI_Copy (const TopoDS_Shape &S)
 Constructs a copy framework and copies the shape S.
Use the function Shape to access the result.
Note: the constructed framework can be reused to copy
other shapes: just specify them with the function Perform.
.
Standard_EXPORT void Perform (const TopoDS_Shape &S)
 Copies the shape T.
Use the function Shape to access the result.
Note: this framework can be reused to copy other
shapes: just specify them by calling the function Perform again.
.

Constructor & Destructor Documentation

Standard_EXPORT BRepBuilderAPI_Copy::BRepBuilderAPI_Copy  ) 
 

Standard_EXPORT BRepBuilderAPI_Copy::BRepBuilderAPI_Copy const TopoDS_Shape &  S  ) 
 


Member Function Documentation

void BRepBuilderAPI_Copy::operator delete void *  anAddress  )  [inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

void* BRepBuilderAPI_Copy::operator new size_t  size  )  [inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

void* BRepBuilderAPI_Copy::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

Standard_EXPORT void BRepBuilderAPI_Copy::Perform const TopoDS_Shape &  S  ) 
 


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