SBColorSchemePerAttribute_dimensionless#

Please refer to samson.SBNodeColorScheme.

See also

SAMSON SDK: SBDColorSchemePerAttribute

class samson.SBColorSchemePerAttribute_dimensionless(self: samson.SBColorSchemePerAttribute_dimensionless)#

Bases: SBNodeColorScheme

This is a base class that describes a color scheme based on node attributes.

getDefaultMaximumValue(self: samson.SBColorSchemePerAttribute_dimensionless) SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI,0,0,0,0,0,0,0,0,0,0,0,0,0,0>,double>#

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_dimensionless) SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI,0,0,0,0,0,0,0,0,0,0,0,0,0,0>,double>#

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_dimensionless) SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI,0,0,0,0,0,0,0,0,0,0,0,0,0,0>,double>#

Returns the current maximum value for the attribute bounds used for colorization

getMinimumValue(self: samson.SBColorSchemePerAttribute_dimensionless) SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI,0,0,0,0,0,0,0,0,0,0,0,0,0,0>,double>#

Returns the current minimum value for the attribute bounds used for colorization

setMaximumValue(self: samson.SBColorSchemePerAttribute_dimensionless, arg0: SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0>, double>) None#

Sets the current maximum value for the attribute bounds used for colorization

setMinimumValue(self: samson.SBColorSchemePerAttribute_dimensionless, arg0: SBDQuantityType<SBDQuantityUnitType<SBDQuantityUnitSystemSI, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0>, double>) None#

Sets the current minimum value for the attribute bounds used for colorization