Share

MachineAxisInput.name Property

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

Description

The user facing name of this axis.

Syntax

"machineAxisInput_var" is a variable referencing a MachineAxisInput object.

# Get the value of the property.
propertyValue = machineAxisInput_var.name

# Set the value of the property.
machineAxisInput_var.name = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?