|
SHAPER
9.15.0
|
An interface for performing special copy actions. More...

Public Member Functions | |
| virtual void | getCopies (ObjectPtr theContext, std::shared_ptr< GeomAPI_Shape > theValue, std::list< ObjectPtr > &theCopyContext, std::list< std::shared_ptr< GeomAPI_Shape > > &theCopyVals)=0 |
| An algorithm to update the moved feature by the separate Copy feature. More... | |
An interface for performing special copy actions.
To give feature which is moved (a group) over this feature.
|
pure virtual |
An algorithm to update the moved feature by the separate Copy feature.
| theContext | the original context object |
| theValue | the original shape |
| theCopies | resulting copy-context will be appended here |
Implemented in FeaturesPlugin_Copy.