RotaryMachineAxisConfiguration.type Property

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

Description

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

Syntax

"rotaryMachineAxisConfiguration_var" is a variable referencing a RotaryMachineAxisConfiguration object.

# Get the value of the property.
propertyValue = rotaryMachineAxisConfiguration_var.type
"rotaryMachineAxisConfiguration_var" is a variable referencing a RotaryMachineAxisConfiguration object.
#include <Cam/Machine/RotaryMachineAxisConfiguration.h>

// Get the value of the property.
MachineAxisTypes propertyValue = rotaryMachineAxisConfiguration_var->type();

Property Value

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

Version

Introduced in version April 2023