omf_io.pointset.utils.construct_struct_format

omf_io.pointset.utils.construct_struct_format(properties)[source]

Construct a struct format string based on the properties dictionary.

Parameters:

properties (dict) – A dictionary where keys are property names and values are data types.

Returns:

The struct format string.

Return type:

str