maxForce property

double maxForce
getter/setter pair

The maximum constraint force that can be exerted to move the candidate body. Usually you will express as some multiple of the weight (multiplier * mass * gravity).

Implementation

double maxForce = 0.0;