您好,您可以参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#S3MTiles该示例代码,对模型数据所在的图层layer进行查询,其中
var layer = scene.layers.find('jinjiang'); //此处为模型所在的图层名称 //设置属性查询参数 layer.setQueryParameter({ url: 'http://www.supermapol.com/realspace/services/data-jinjiang/rest/data', dataSourceName: 'jinjiang', dataSetName: 'test', keyWord: 'SmID' });
或者您可以将模型数据转换为二维面,通过GetFeaturesBySQLService接口对二维面进行查询,以提高查询速度,可参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#getFeatureBySQL该示例代码。