OperationStrategy.isCuttingStrategy Property

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

Description

Gets whether given OperationStrategy is a cutting strategy.

Syntax

"operationStrategy_var" is a variable referencing an OperationStrategy object.

# Get the value of the property.
propertyValue = operationStrategy_var.isCuttingStrategy
"operationStrategy_var" is a variable referencing an OperationStrategy object.
#include <Cam/Operations/OperationStrategy.h>

// Get the value of the property.
boolean propertyValue = operationStrategy_var->isCuttingStrategy();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version September 2025