AsBuiltJoint.isVisible Property

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

Description

Gets whether the as-built joint is visible. To change the visibility see the isLightBulbOn property. This property is affected by the assembly context.

Syntax

"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.

# Get the value of the property.
propertyValue = asBuiltJoint_var.isVisible
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
#include <Fusion/Components/AsBuiltJoint.h>

// Get the value of the property.
boolean propertyValue = asBuiltJoint_var->isVisible();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2016