Share

RotaryMachineAxisConfiguration.useToolCenterPointControl Property

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

Description

Specify if the axis supports Tool Center Point Control (TCP).

Syntax

"rotaryMachineAxisConfiguration_var" is a variable referencing a RotaryMachineAxisConfiguration object.

# Get the value of the property.
propertyValue = rotaryMachineAxisConfiguration_var.useToolCenterPointControl

# Set the value of the property.
rotaryMachineAxisConfiguration_var.useToolCenterPointControl = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?