CAMAdditiveContainer.copyInto Method
Parent Object:
CAMAdditiveContainerDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMAdditiveContainer.h>
Description
Creates a duplicate of the operation into the given container. You can only copy into containers, such as setups or folders. Copied operation will be copied at the end of all operations already in the container. Throws an exception if a not allowed copy operation is made for example copying a setup into a setup.
Syntax
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.returnValue = cAMAdditiveContainer_var.copyInto(container)
|
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
#include <Cam/CAM/CAMAdditiveContainer.h>
returnValue = cAMAdditiveContainer_var->copyInto(container);
|
Return Value
boolean |
Returns if copy command was successful. |
Parameters
container |
OperationBase |
Container to copy targeted operation into. |
Version
Introduced in version July 2024