Return Types# HmQueryResult class# class HmQueryResult# Class representing a result object returned by a HyperMesh Query function. property keys# The list of attributes, i.e. result data, the object contains. Type: list HmQueryResultList class# class HmQueryResultList# Class representing a list of HmQueryResult objects. hwReturnStatus class# class hwReturnStatus# Class representing the return status object returned by all HyperMesh functions. property message# The message returned by the function. Type: str property status# Indicates whether the function ran successfully (0) or failed (non-zero). Type: int