ExtruderMachineElement.offset Property

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

Description

Offset relative to the main extruder. The first extruder has an index of 0 and usually an offset of (0,0,0).

Syntax

"extruderMachineElement_var" is a variable referencing an ExtruderMachineElement object.

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

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

// Get the value of the property.
Ptr<Vector3D> propertyValue = extruderMachineElement_var->offset();

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

Property Value

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

Version

Introduced in version January 2026