MultiAxisMachineElement.isUsingTiltedWorkplane Property

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

Description

Specifies if tilted workplane command (e.g., G68.2, G254, PLANE SPATIAL, CYCLE800) should be output for 3+2 operations.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.

# Get the value of the property.
propertyValue = multiAxisMachineElement_var.isUsingTiltedWorkplane

# Set the value of the property.
multiAxisMachineElement_var.isUsingTiltedWorkplane = propertyValue
"multiAxisMachineElement_var" Is a variable referencing a MultiAxisMachineElement Object.
#include <Cam/Machine/MultiAxisMachineElement.h>

// Get the value of the property.
boolean propertyValue = multiAxisMachineElement_var->isUsingTiltedWorkplane();

// Set the value of the property, where value_var is a boolean.
bool returnValue = multiAxisMachineElement_var->isUsingTiltedWorkplane(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version April 2026