Method AddConstraint
AddConstraint(string, float)
Adds a constraint to the system.
You cannot multiply or divide variables and expressions with each other.
Doing so will result in a error when attempting to add the constraint.
(You can, of course, multiply or divide by constants).
public void AddConstraint(string constraintExpression, float strength = 1.001001E+09)