ForceVolMesh.from_jsonstring
- classmethod ForceVolMesh.from_jsonstring(string)
Construct an object from serialized data contained in a JSON string.
- Parameters
string (str) – The JSON string.
- Returns
compas.data.Data
– An object of the type ofcls
.