Share

MachineAxisConfiguration.type Property

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

Description

The type of this axis configuration. Use this to inform a cast to the derived types.

Syntax

"machineAxisConfiguration_var" is a variable referencing a MachineAxisConfiguration object.

# Get the value of the property.
propertyValue = machineAxisConfiguration_var.type

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?