Methods
Building

getBuildings

returns the list of buildings example usage const buildings = viewer2d getbuildings(); return value the list of buildings type array\[building] building name type description guid string guid of the building id string id of the building name string name of the building modelname string name of the model building belongs to modelid string id of the model building belongs to example \[ { id "0 yv0ntfpcrbs", guid "3em8wby 56hh6tdwry5aru", modelid "my model id", modelname "my model", name "building 1", }, ];