PlasticRule.isUsed Property

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

Description

Indicates if this rule is currently being used by a component. This is only valid for rules in a design.

Syntax

"plasticRule_var" is a variable referencing a PlasticRule object.

# Get the value of the property.
propertyValue = plasticRule_var.isUsed
"plasticRule_var" is a variable referencing a PlasticRule object.
#include <Fusion/Plastic/PlasticRule.h>

// Get the value of the property.
boolean propertyValue = plasticRule_var->isUsed();

Property Value

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

Version

Introduced in version January 2024