hou.FloatParmTemplate
class
Inheritence: hou.ParmTemplate >
See also: hou.FloatParmTemplate.maxIsStrict, hou.FloatParmTemplate.minIsStrict, hou.FloatParmTemplate.maxValue, hou.FloatParmTemplate.min
Methods
Methods inherited from hou.ParmTemplate: numComponents, hide, help, name, look, dataType, setName, defaultValue, mayContainExpressions, setJoinWithNext, joinWithNext, setHelp, asCode, type, setTags, setDisableWhen, label, isHidden, namingScheme, tags, disableWhen
defaultValue(self)→ tuple offloat-
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)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.