PlaneConstraint.from_json

classmethod PlaneConstraint.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 a cls object.

Notes

This constructor method is meant to be used in conjunction with the corresponding to_json() method.