PlaneConstraint.to_json

PlaneConstraint.to_json(filepath, pretty=False)[source]

Serialize this object to a structured json.

Parameters

filepath (str) – The path to the json file.

Notes

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