This Operation replaces one geometry with another.
This operation is useful for replacing a geometry with another geometry, possibly with different topology.
Definition at line 149 of file operation.h.
#include <operation.h>

| Public Member Functions | |
| virtual | ~ReplaceGeometryOperation () | 
| virtual void | SetGeometries (Geometry *pOriginal, Geometry *pNew) | 
| Set the geometry to replace. | |
| Protected Member Functions | |
| ReplaceGeometryOperation () | |
| ReplaceGeometryOperation | ( | ) | [protected] | 
| virtual ~ReplaceGeometryOperation | ( | ) | [virtual] | 
Set the geometry to replace.
Call this to setup the parameters of the replacement operation before calling Kernel::DoOperation().
| [in] | pOriginal | The geometry to replace | 
| [in] | pNew | The replacement geometry |