- 规范
- 项目管理
- 模型管理
- 存储管理
- 任务管理
- 能力服务
- 模型对比-SZ-IFC
- 轻量化展示
- 图纸识别
- 图模匹配
- 空间计算
- 模型对比-Revit
- 项目维度统计查询
- 模型维度统计查询
- 单体维度统计查询
- 能力列表POST
- 能力接口列表POST
- 模型文件Hash存储POST
- 模型文件Hash查询POST
- 模型对比-SZ-IFC
查询IFC模型对比任务结果
开发中
POST
/task_symbol_sz/api/bim/businessCenter/execute/getDiffResult
请求参数
Body 参数application/json
id
string
taskID(由模型对比接口返回)
示例
{
"id": "1698536039571128320"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/task_symbol_sz/api/bim/businessCenter/execute/getDiffResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1698536039571128320"
}'
返回响应
🟢200成功
application/json
Body
code
integer
请求状态码
errmsg
string
状态说明
data
object
消息体
version
string
对接插件版本号
file1
string
对比参照文件
file2
string
对比文件
result
array [object {4}]
对比结果
示例
{
"code": 0,
"errmsg": "成功",
"data": {
"version": "1.0",
"file1": "D:\\QQCache\\WXWork\\1688855599336089\\Cache\\File\\2023-08\\地上宿舍2号_AR-0525(建筑1).ifc",
"file2": "D:\\QQCache\\WXWork\\1688855599336089\\Cache\\File\\2023-08\\地上宿舍2号_AR-0525(建筑).ifc",
"status": "SUCCESS",
"result": [
{
"viewName": "主视图",
"add": {
"type": "add",
"description": "新增构件",
"children": [
{
"id": "1yQfszILfFEQSGdQ5614mU",
"name": "电梯门_带电梯轿厢:ZB_电梯门_带电梯轿厢:1848346",
"classification": "客梯"
}
]
},
"delete": {
"type": "delete",
"description": "删除构件",
"children": [
{
"id": "2tVC$JnKH4cBsZCx2m6MXf",
"name": "A-双层单列窗:建筑-双层单列窗-C0618:1837430",
"classification": "建筑窗"
}
]
},
"modify": {
"type": "modify",
"description": "修改构件",
"children": [
{
"id": "0Wv1iIOKn0JQtQXi2VEZBq",
"name": "单扇 - 与墙齐:M0922:421925:1",
"classification": "建筑窗",
"propertychanged": "true",
"property": {
"add": [
{
"category": "RefLongitude",
"data": [
{
"category": "RefLongitude",
"name": "Refernce",
"unittype": "",
"value": "116.43299865722223"
}
]
}
],
"delete": [
{
"category": "RefLatitude",
"data": [
{
"category": "RefLatitude",
"name": "Refernce",
"unittype": "",
"value": "39.916000366111106"
}
]
}
],
"modify": [
{
"category": "Type",
"data": [
{
"file1": {
"category": "Type",
"name": "Refernce",
"unittype": "",
"value": "单扇 - 与墙齐:M0922:421925:1"
},
"file2": {
"category": "Type",
"name": "Refernce",
"unittype": "",
"value": "单扇 - 与墙齐:M1221:421925:1"
}
}
]
}
]
},
"geometrychanged": "false",
"geometry": []
}
]
}
}
]
}
}
修改于 2023-10-19 01:24:16