CAMAdditiveContainer.moveInto Method
Parent Object:
CAMAdditiveContainerDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMAdditiveContainer.h>
Description
Move operation in tree into the given container. This only works with setups, patterns and folders. Moved operation will be moved at the end of all operations already in the container. Throws an exception if a not allowed move is made for example moving a setup into a setup.
Syntax
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.returnValue = cAMAdditiveContainer_var.moveInto(container)
|
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
#include <Cam/CAM/CAMAdditiveContainer.h>
returnValue = cAMAdditiveContainer_var->moveInto(container);
|
Return Value
boolean |
Returns if move operation was successful. |
Parameters
container |
OperationBase |
Container to move targeted operation into. |
Version
Introduced in version July 2024