nuke.Info

class nuke.Info

Bases: pybind11_object

An info object stores x, y, w and h values.

Methods

h

self.h() -> float

w

self.w() -> float

x

x() -> float

y

self.y() -> float

h() float

Return height.

w() float

Return width.

x() float

Return left edge.

y() float

Return the bottom edge.