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
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- __init__()
Constructor(s)
GraphProperties (v: Value)
Cast a Value in GraphProperties.
- flags() int
Change the flags.
- Return type
int
- radius() float
Change the radius.
- Return type
float
- set_flags(flags: int) None
Change the flags.
- set_radius(radius: float) None
Change the radius.