ExtruderMachineElement.name Property

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

Description

Name of this extruder. Depending on the post, this may be output in the resulting gcode as a comment.

Syntax

"extruderMachineElement_var" is a variable referencing an ExtruderMachineElement object.

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

# Set the value of the property.
extruderMachineElement_var.name = propertyValue
"extruderMachineElement_var" is a variable referencing an ExtruderMachineElement object.
#include <Cam/Machine/ExtruderMachineElement.h>

// Get the value of the property.
string propertyValue = extruderMachineElement_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = extruderMachineElement_var->name(value_var);

Property Value

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

Version

Introduced in version January 2026