InteractionsMachineElement.item Method

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

Description

Get the MachineInteractionPair at index in this collection.

Syntax

"interactionsMachineElement_var" is a variable referencing an InteractionsMachineElement object.
returnValue = interactionsMachineElement_var.item(index)
"interactionsMachineElement_var" is a variable referencing an InteractionsMachineElement object.

#include <Cam/Machine/InteractionsMachineElement.h>

returnValue = interactionsMachineElement_var->item(index);

Return Value

Type Description
MachineInteractionPair The MachineInteractionPair at index.

Parameters

Name Type Description
index integer The index of the MachineInteractionPair.

Version

Introduced in version September 2025