ManufacturingModel.activate Method

Parent Object: ManufacturingModel
Defined in namespace "adsk::cam" and the header file is <Cam/ManufacturingModels/ManufacturingModel.h>

Description

Makes the ManufacturingModel the active edit target in the user interface. This is the same as enabling the radio button next to the occurrence in the browser.

Syntax

"manufacturingModel_var" is a variable referencing a ManufacturingModel object.
returnValue = manufacturingModel_var.activate()
"manufacturingModel_var" is a variable referencing a ManufacturingModel object.

#include <Cam/ManufacturingModels/ManufacturingModel.h>

returnValue = manufacturingModel_var->activate();

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version April 2023