Mesh.from_data
- classmethod Mesh.from_data(data)
Construct an object of this type from the provided data.
- Parameters
data (dict) – The data dictionary.
- Returns
compas.data.Data
– An object of the type ofcls
.
Construct an object of this type from the provided data.
data (dict) – The data dictionary.
compas.data.Data
– An object of the type of cls
.