attrissensitive#

ENS_PART_ISOSURFACE.attrissensitive(attrid: Any) bool#

Check to see if a given attribute is ‘sensitive’

Given the current state of the target object, return True if it makes sense to allow the specified attribute to change. Return False if the object is currently ignoring the value of a given attribute due to the state of other attributes.

Parameters:
attridAny

The attribute to query

Returns:
bool

True or False