SBColorSchemePerAttribute_float#
Please refer to samson.SBNodeColorScheme.
See also
SAMSON SDK: SBDColorSchemePerAttribute
- class samson.SBColorSchemePerAttribute_float(self: samson.SBColorSchemePerAttribute_float)#
Bases:
SBNodeColorSchemeThis is a base class that describes a color scheme based on node attributes.
- getDefaultMaximumValue(self: samson.SBColorSchemePerAttribute_float) float#
Returns the default maximum value for the attribute bounds determined when constructing the color scheme based on the input node indexer
- getDefaultMinimumValue(self: samson.SBColorSchemePerAttribute_float) float#
Returns the default minimum value for the attribute bounds determined when constructing the color scheme based on the input node indexer
- getMaximumValue(self: samson.SBColorSchemePerAttribute_float) float#
Returns the current maximum value for the attribute bounds used for colorization
- getMinimumValue(self: samson.SBColorSchemePerAttribute_float) float#
Returns the current minimum value for the attribute bounds used for colorization
- setMaximumValue(self: samson.SBColorSchemePerAttribute_float, arg0: float) None#
Sets the current maximum value for the attribute bounds used for colorization
- setMinimumValue(self: samson.SBColorSchemePerAttribute_float, arg0: float) None#
Sets the current minimum value for the attribute bounds used for colorization