validate_mesh_data#

module opensg.io.io

opensg.io.io.validate_mesh_data(mesh_data)#

Validate the structure and content of mesh data.

This function is not yet implemented. It will check that the mesh data contains all required fields and that they have the correct structure.

Parameters:

mesh_data (dict) – Dictionary containing mesh data to validate

Returns:

bool – True if the data is valid, False otherwise

Raises:

NotImplementedError – This function is not yet implemented