Share

PrintSettingQuery.layerHeight Property

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

Description

The layer height specifies layer height of the PrintSetting. This should match the PrintSetting layer height in cm.

Syntax

"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.

# Get the value of the property.
propertyValue = printSettingQuery_var.layerHeight

# Set the value of the property.
printSettingQuery_var.layerHeight = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?