Share

MachinePartInput.axisInput Property

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

Description

Gets or sets an axis input object to create a new MachineAxis with this part. Only valid when partType is Axis.

Syntax

"machinePartInput_var" is a variable referencing a MachinePartInput object.

# Get the value of the property.
propertyValue = machinePartInput_var.axisInput

# Set the value of the property.
machinePartInput_var.axisInput = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?