Share

ManufacturingModel.duplicate Method

Parent Object: ManufacturingModel
Defined 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.
returnValue = manufacturingModel_var.duplicate()

Return Value

Type Description
ManufacturingModel Returns the newly created ManufacturingModel copy.

Version

Introduced in version April 2023

Was this information helpful?