AdditivePlatformMachineElement.ceilingClearance Property
Parent Object:
AdditivePlatformMachineElementDefined in namespace "adsk::cam" and the header file is <Cam/Machine/AdditivePlatformMachineElement.h>
Description
Clearance height used for automatically arranging parts which is the distance from the top of 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.ceilingClearance
# Set the value of the property. additivePlatformMachineElement_var.ceilingClearance = propertyValue
|
"additivePlatformMachineElement_var" is a variable referencing an AdditivePlatformMachineElement object.
#include <Cam/Machine/AdditivePlatformMachineElement.h>
// Get the value of the property. double propertyValue = additivePlatformMachineElement_var->ceilingClearance();
// Set the value of the property, where value_var is a double. bool returnValue = additivePlatformMachineElement_var->ceilingClearance(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version May 2025