Share

CustomGraphicsPointSet.isVisible Property

Parent Object: CustomGraphicsPointSet
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsPointSet.h>

Description

Gets and sets if the graphics entity is visible in the graphics window. By default, when a new entity is created it is visible.

Syntax

"customGraphicsPointSet_var" is a variable referencing a CustomGraphicsPointSet object.

# Get the value of the property.
propertyValue = customGraphicsPointSet_var.isVisible

# Set the value of the property.
customGraphicsPointSet_var.isVisible = propertyValue

Property Value

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

Version

Introduced in version September 2017

Was this information helpful?