TrailEdgeForceConstraint.from_json
- classmethod TrailEdgeForceConstraint.from_json(filepath)
Construct a serializable object from structured data contained in a json file.
- Parameters
filepath (str) – The path to the json file.
- Returns
object (
cls) – An instance of aclsobject.
Notes
This constructor method is meant to be used in conjunction with the corresponding to_json() method.