API Reference
Class
GraphPhysicsSolverOptions
Contains the spring, damping, gravity, and overlap settings shared by force solvers.
Inheritance
- Object
- GraphPhysicsSolverOptions
Properties
CentralGravity #Gets or sets the attraction toward the graph center.
SpringLength #Gets or sets the resting length of physics-enabled edges.
SpringConstant #Gets or sets the strength of edge springs.
Damping #Gets or sets how much velocity is discarded per simulation tick.
AvoidOverlap #Gets or sets how strongly node dimensions contribute to collision avoidance, from zero to one.