Package nuke :: Class Box3_Knob
[hide private]
[frames] | no frames]

Class Box3_Knob

 object --+        
          |        
  nuke.Knob --+    
              |    
nuke.Array_Knob --+
                  |
                 nuke.Box3_Knob

A 3-dimensional box.

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
a new object with type S, a subtype of T
__new__(T, S, ...)
 
f(...)
Return value for F extent.
 
n(...)
Return value for N position.
 
names(...)
Return name for dimension 'i'
 
r(...)
Return value for R extent.
 
setF(...)
Set value for F extent.
 
setN(...)
Set value for N position.
 
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.
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, 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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

f(...)

 

Return value for F extent. F (far) is the maximum Z extent of the box.

n(...)

 

Return value for N position. N (near) is the minimum Z extent of the box.

r(...)

 

Return value for R extent. R (right) is the right extent of the box.

setF(...)

 

Set value for F extent. F (far) is the maximum Z extent of the box.

setN(...)

 

Set value for N position. N (near) is the minimum Z extent of the box.

setR(...)

 

Set value for R extent. R (right) is the right extent of the box.

setT(...)

 

Set value for T extent. T (top) is the maximum vertical extent of the box.

setX(...)

 

Set value for X position. X is the minimum horizontal extent of the box.

setY(...)

 

Set value for Y position. Y is the minimum vertical extent of the box.

t(...)

 

Return value for T extent. T (top) is the maximum vertical extent of the box.

value(self, index, view, time)

 

Return value for dimension 'i'

Parameters:
  • index - Optional index. Default is 0.
  • view - Optional view.
  • time - Optional time.
Returns: Floating point or List of floating point values (in case some are different)
Floating point or List of floating point values (in case some are different).
Overrides: Knob.value

x(...)

 

Return value for X position. X is the minimum horizontal extent of the box.

y(...)

 

Return value for Y position. Y is the minimum vertical extent of the box.