A knob which holds a bounding box.
|
|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
a new object with type S, a subtype of T
|
|
|
None
|
fromDict(self,
box)
Set the bounding box from the given box. |
|
|
|
|
names(...)
Return name for dimension 'i' |
|
|
|
|
r(...)
Return value for R extent. |
|
|
|
|
setR(...)
Set value for R extent. |
|
|
|
|
setT(...)
Set value for T extent. |
|
|
|
|
setX(...)
Set value for X position. |
|
|
|
|
setY(...)
Set value for Y position. |
|
|
|
|
t(...)
Return value for T extent. |
|
|
|
dict
|
toDict(self)
Returns the bounding box as a dict with x, y, r, and t keys. |
|
|
|
Floating point or List of floating point values (in case some are
different)
|
value(self,
index,
view,
time)
Return value for dimension 'i' |
|
|
|
|
x(...)
Return value for X position. |
|
|
|
|
y(...)
Return value for Y position. |
|
|
|
Inherited from Array_Knob:
animation,
animations,
array,
arraySize,
clearAnimated,
copyAnimation,
copyAnimations,
defaultValue,
deleteAnimation,
dimensions,
frame,
fromScript,
getDerivative,
getIntegral,
getKeyIndex,
getKeyTime,
getNthDerivative,
getNumKeys,
getValue,
getValueAt,
hasExpression,
height,
isAnimated,
isKey,
isKeyAt,
max,
maximum,
min,
minimum,
notDefault,
removeKey,
removeKeyAt,
resize,
setAnimated,
setDefaultValue,
setExpression,
setKeyAt,
setRange,
setSingleValue,
setValue,
setValueAt,
singleValue,
splitView,
toScript,
unsplitView,
valueAt,
vect,
width
Inherited from Knob:
Class,
clearFlag,
critical,
debug,
enabled,
error,
fullyQualifiedName,
getFlag,
getKeyList,
label,
name,
node,
setEnabled,
setFlag,
setLabel,
setName,
setTooltip,
setVisible,
tooltip,
visible,
warning
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|