AsBuiltJoint.isSuppressed Property
Parent Object:
AsBuiltJointDefined 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
|
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
#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);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version January 2016