MultiAxisMachineElement.isUsingVirtualTooltip Property

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

Description

Specifies if the position of the virtual tool tip (tool end) should be output. Only relevant for rotary head axes.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.

# Get the value of the property.
propertyValue = multiAxisMachineElement_var.isUsingVirtualTooltip

# Set the value of the property.
multiAxisMachineElement_var.isUsingVirtualTooltip = propertyValue
"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.
#include <Cam/Machine/MultiAxisMachineElement.h>

// Get the value of the property.
boolean propertyValue = multiAxisMachineElement_var->isUsingVirtualTooltip();

// Set the value of the property, where value_var is a boolean.
bool returnValue = multiAxisMachineElement_var->isUsingVirtualTooltip(value_var);

Property Value

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

Version

Introduced in version September 2025