Gets and sets if this as-built joint is suppressed.
# Get the value of the property.propertyValue = asBuiltJoint_var.isSuppressed# Set the value of the property.asBuiltJoint_var.isSuppressed = propertyValue
#include <Fusion/Components/AsBuiltJoint.h>// Get the value of the property.boolean propertyValue = asBuiltJoint_var->isSuppressed();// Set the value of the property, where value_var is a boolean.bool returnValue = asBuiltJoint_var->isSuppressed(value_var);