JSON_ModelingRangeList

JSON message about modeling information of multiple human body pictures

{
  "ModelingRangeList": [{
    "HBDID": "",
/*optional, string, ID of human body picture library, the maximum length is 64*/
    "customHBDID": "",
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
    "HBPID": [""],
/*optional, string, human body picture ID, the maximum length is 64*/
    "customHBPID": [""]
/*optional, string, custom human body picture ID, the maximum length is 64*/
  }]
}