ManufacturingModel.occurrence Property

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

Description

Returns the occurrence for that ManufacturingModel.

Syntax

"manufacturingModel_var" is a variable referencing a ManufacturingModel object.

# Get the value of the property.
propertyValue = manufacturingModel_var.occurrence
"manufacturingModel_var" is a variable referencing a ManufacturingModel object.
#include <Cam/ManufacturingModels/ManufacturingModel.h>

// Get the value of the property.
Ptr<Occurrence> propertyValue = manufacturingModel_var->occurrence();

Property Value

This is a read only property whose value is an Occurrence.

Version

Introduced in version April 2023