Open CASCADE Technology 6.6.0
Public Member Functions
BRepBuilderAPI_Copy Class Reference

Duplication of a shape.
A Copy object provides a framework for:
More...

#include <BRepBuilderAPI_Copy.hxx>

Inheritance diagram for BRepBuilderAPI_Copy:
Inheritance graph
[legend]

Public Member Functions

 BRepBuilderAPI_Copy ()
 Constructs an empty copy framework. Use the function
Perform to copy shapes.

 BRepBuilderAPI_Copy (const TopoDS_Shape &S, const Standard_Boolean copyGeom=Standard_True)
 Constructs a copy framework and copies the shape S.
Use the function Shape to access the result.
If copyGeom is False, only topological objects will be copied, while
geometry will be shared with original shape.
Note: the constructed framework can be reused to copy
other shapes: just specify them with the function Perform.

void Perform (const TopoDS_Shape &S, const Standard_Boolean copyGeom=Standard_True)
 Copies the shape S.
Use the function Shape to access the result.
If copyGeom is False, only topological objects will be copied, while
geometry will be shared with original shape.


Detailed Description


Constructor & Destructor Documentation

BRepBuilderAPI_Copy::BRepBuilderAPI_Copy ( )
BRepBuilderAPI_Copy::BRepBuilderAPI_Copy ( const TopoDS_Shape S,
const Standard_Boolean  copyGeom = Standard_True 
)

Member Function Documentation

void BRepBuilderAPI_Copy::Perform ( const TopoDS_Shape S,
const Standard_Boolean  copyGeom = Standard_True 
)

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