ExtruderMachineElement.isFanAvailable Property

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

Description

Flag indicating if a fan, whose speed is settable in the post, is available.

Syntax

"extruderMachineElement_var" is a variable referencing an ExtruderMachineElement object.

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

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

// Get the value of the property.
boolean propertyValue = extruderMachineElement_var->isFanAvailable();

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

Property Value

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

Version

Introduced in version January 2026