Share

AsBuiltJoint.isSuppressed Property

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

Description

Gets and sets if this as-built joint is suppressed.

Syntax

"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.

# Get the value of the property.
propertyValue = asBuiltJoint_var.isSuppressed

# Set the value of the property.
asBuiltJoint_var.isSuppressed = propertyValue

Property Value

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

Version

Introduced in version January 2016

Was this information helpful?