hou.FloatParmTemplate class

Inheritence: hou.ParmTemplate >

See also: hou.FloatParmTemplate.maxIsStrict, hou.FloatParmTemplate.minIsStrict, hou.FloatParmTemplate.maxValue, hou.FloatParmTemplate.min

Methods

defaultValue(self) → tuple of float

Returns the default value for new parameter instances.

FloatParmTemplate(self, num_components, default_value=None, naming_scheme=hou.parmNamingScheme.NoSuffix, look=hou.parmLook.Regular, may_contain_expressions=True, is_hidden=False, strict_range=None, ui_range=None)

Not implemented yet

maxIsStrict(self)bool

Return whether the maximum value is strictly enforced.

maxValue(self)float

Returns the minimum value of the parameter.

minIsStrict(self)bool

Returns whether the minimum value is strictly enforced.

minValue(self)float

Returns the minimum value of the parameter.