GraphProperties

Inheritance diagram of rumba.GraphProperties
class GraphProperties

The graph properties of a node, its graph position, its radius, its graph flags.

Variables

default_value (GraphProperties) – Static. The default value.

Methods

__init__

Constructor(s)

flags()

Change the flags.

pos()

Return the position.

radius()

Change the radius.

set_flags(flags)

Change the flags.

set_pos(pos)

Change the position.

set_radius(radius)

Change the radius.

Properties

default_value

class Flags

The display flags.

Members:

hide_title

hide_main_plugs

hide_arcs

__init__()
__init__()

Constructor(s)

GraphProperties (v: Value)

Cast a Value in GraphProperties.

flags() int

Change the flags.

Return type

int

pos() Imath.V2f

Return the position.

Return type

Imath.V2f

radius() float

Change the radius.

Return type

float

set_flags(flags: int) None

Change the flags.

set_pos(pos: Imath.V2f) None

Change the position.

set_radius(radius: float) None

Change the radius.