ManufacturingModel.duplicate Method
Parent Object: ManufacturingModelDefined in namespace "adsk::cam" and the header file is <Cam/ManufacturingModels/ManufacturingModel.h>
Description
Creates and returns a copy of the ManufacturingModel, within its parent collection. The newly created ManufacturingModel will have a new unique name assigned.
Syntax
"manufacturingModel_var" is a variable referencing a ManufacturingModel object.
|
Return Value
Type | Description |
ManufacturingModel | Returns the newly created ManufacturingModel copy. |