ContactSet.isSuppressed Property
Parent Object:
ContactSetDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/ContactSet.h>
Description
Gets and sets if this contact set is currently suppressed.
Syntax
"contactSet_var" is a variable referencing a ContactSet object.
# Get the value of the property. propertyValue = contactSet_var.isSuppressed
# Set the value of the property. contactSet_var.isSuppressed = propertyValue
|
"contactSet_var" is a variable referencing a ContactSet object.
#include <Fusion/Components/ContactSet.h>
// Get the value of the property. boolean propertyValue = contactSet_var->isSuppressed();
// Set the value of the property, where value_var is a boolean. bool returnValue = contactSet_var->isSuppressed(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2016