ExtruderMachineElementInput.inputType Property

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

Description

The type of machine element this input will create.

Syntax

"extruderMachineElementInput_var" is a variable referencing an ExtruderMachineElementInput object.

# Get the value of the property.
propertyValue = extruderMachineElementInput_var.inputType
"extruderMachineElementInput_var" is a variable referencing an ExtruderMachineElementInput object.
#include <Cam/Machine/ExtruderMachineElementInput.h>

// Get the value of the property.
MachineElementInputType propertyValue = extruderMachineElementInput_var->inputType();

Property Value

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

Version

Introduced in version January 2026