ObjectVisibility.isSketchesVisible Property
Parent Object:
ObjectVisibilityDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ObjectVisibility.h>
Description
Gets and sets if the sketches in all components, local or referenced by this design, are visible in the graphics window.
Syntax
"objectVisibility_var" is a variable referencing an ObjectVisibility object.
# Get the value of the property. propertyValue = objectVisibility_var.isSketchesVisible
# Set the value of the property. objectVisibility_var.isSketchesVisible = propertyValue |
"objectVisibility_var" is a variable referencing an ObjectVisibility object.
#include <Fusion/Fusion/ObjectVisibility.h>
// Get the value of the property. boolean propertyValue = objectVisibility_var->isSketchesVisible();
// Set the value of the property, where value_var is a boolean. bool returnValue = objectVisibility_var->isSketchesVisible(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version November 2025