Share

AdditivePlatformMachineElement.clearance Property

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

Description

Clearance height used for automatically arranging parts and suggested height for positioning part on the build platform. Units are cm.

Syntax

"additivePlatformMachineElement_var" is a variable referencing an AdditivePlatformMachineElement object.

# Get the value of the property.
propertyValue = additivePlatformMachineElement_var.clearance

# Set the value of the property.
additivePlatformMachineElement_var.clearance = propertyValue

Property Value

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

Version

Introduced in version July 2023

Was this information helpful?