SetupVisibilityManager.machineVisible Property

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

Description

Controls the visibility of the setup's machine.

Syntax

"setupVisibilityManager_var" is a variable referencing a SetupVisibilityManager object.

# Get the value of the property.
propertyValue = setupVisibilityManager_var.machineVisible

# Set the value of the property.
setupVisibilityManager_var.machineVisible = propertyValue
"setupVisibilityManager_var" is a variable referencing a SetupVisibilityManager object.
#include <Cam/Visibility/SetupVisibilityManager.h>

// Get the value of the property.
boolean propertyValue = setupVisibilityManager_var->machineVisible();

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

Property Value

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

Version

Introduced in version January 2024