GraphicsPreferences.hiddenEdgeDimming Property

Parent Object: GraphicsPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/GraphicsPreferences.h>

Description

Gets and sets the dimming percentage to use for hidden edges. the value is a percentage expressed by a value between 0 and 100.

Syntax

"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.

# Get the value of the property.
propertyValue = graphicsPreferences_var.hiddenEdgeDimming

# Set the value of the property.
graphicsPreferences_var.hiddenEdgeDimming = propertyValue
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
#include <Core/Application/GraphicsPreferences.h>

// Get the value of the property.
integer propertyValue = graphicsPreferences_var->hiddenEdgeDimming();

// Set the value of the property, where value_var is an integer.
bool returnValue = graphicsPreferences_var->hiddenEdgeDimming(value_var);

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version August 2014