I know I can construct a triangle with sides $(3,4,5)$. I also know that I cannot construct the triangle with sides (3,4,8), because the third side is longer than the sum of the two other.
Now let's say, I want to construct a geometrical figure with $n$ vertices with a given distance $d_{ij}$ between them vertices $i$ and $j$ (this geometrical figure could be described by a graph).
Is there a way to prove that this is or not possible to construct such a figure?
Is there an area in graph theory that is applied to determine the feasibility of a geometrical construction?