public class DataService extends Object
| 构造器和说明 |
|---|
DataService(Endpoint endpoint,
AccessTokenService accessTokenService) |
DataService(Endpoint endpoint,
Config config,
AccessTokenService accessTokenService) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAssociations(String integrateId,
String fromIntegrationId,
String fromBusinessType,
String fromBusinessFlag,
com.bimface.data.bean.BusinessAssociationRequest request)
新增双向业务挂接,可以在request body中指定新增项,也可以指定从其他集成拷贝
|
void |
deleteAssociationsByBizIds(String integrateId,
String businessType,
String businessFlag,
List<String> businessIds)
删除业务挂接
|
void |
deleteAssociationsByBusinessId(String integrateId,
String businessType,
String businessId)
删除业务ID关联的业务挂接
|
void |
deleteAssociationsByElementId(String integrateId,
String elementId,
String businessType,
String businessFlag,
List<String> businessIds)
删除构件关联的业务挂接
|
void |
deleteAssociationsByElements(String integrateId,
String businessType,
String businessFlag,
List<String> elementIds)
删除业务挂接
|
String |
deleteIntegrateModelElementProperties(Long integrateId,
String fileIdHash,
String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups)
删除集成模型指定构件的属性 V2
|
String |
deleteSingleModelElementProperties(Long fileId,
String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups)
删除构件基本属性组以外的属性, V2
|
List<com.bimface.data.bean.SearchAreaIdsResp> |
getAreas(String requestBody)
查询areaId
|
List<com.bimface.data.bean.BusinessElementAssociation> |
getAssociationsByBusinessId(String integrateId,
String businessType,
String businessId)
根据业务ID查询对应构件
|
List<com.bimface.data.bean.ElementBusinessAssociation> |
getAssociationsByElementId(String integrateId,
String elementId,
String businessType,
String businessFlag)
根据构件ID查询对应业务挂接
|
List<com.bimface.data.bean.ElementIdWithBoundingBox> |
getBoundingBoxes(Long integrateId,
List<String> fileIdWithEleIdList)
获取指定构件列表的包围盒列表
|
Object |
getClashDetectiveResult(Long clashDetectiveId) |
String |
getDwgPdfUrl(Long dwgFileId)
获取DWG文件转换生成的pdf文件的url
|
String |
getDwgPreviewImageUrl(Long dwgFileId,
String layoutName)
获取DWG文件转换生成的预览图片的url
|
List<com.bimface.data.bean.SearchElementIdsResp> |
getElements(String requestBody,
Boolean includeOverrides)
查询elementId
|
List<com.bimface.data.bean.DatabagResourceUrl> |
getFileDatabagResource(Long fileId,
Long integrateId,
Long compareId,
com.bimface.data.bean.DatabagResourceRequest databagResourceRequest)
获取数据包资源,v2
|
String |
getFileThumbnailUrl(Long fileId,
Integer size)
获取缩略图url
|
List<com.bimface.data.bean.Property> |
getIntegrateElementBatch(Long integrateId,
boolean includeOverrides,
com.bimface.data.bean.IntegrateElementPropertyFilterRequest filterRequest)
批量获取集成模型构件,v2
|
List<com.bimface.data.bean.IntegrateFileData> |
getIntegrateFiles(Long integrateId,
Boolean includeDrawingSheet)
查询指定的集成模型内参与集成的子文件信息, v2
|
com.bimface.data.bean.Area |
getIntegrateModelArea(Long integrateId,
String areaId)
集成模型查询Area, v2
|
List<com.bimface.data.bean.Area> |
getIntegrateModelAreas(Long integrateId,
String floorId)
集成模型查询楼层对应Area列表, v2
|
com.bimface.data.bean.Property |
getIntegrateModelCommonElementProperties(Long integrateId,
List<com.bimface.data.bean.FileIdHashWithElementIds> fileIdHashWithElementIds,
Boolean includeOverrides)
集成模型获取构件属性
|
com.bimface.data.bean.Property |
getIntegrateModelElement(Long integrateId,
String elementId)
获取集成模型构件, v2
|
com.bimface.data.bean.Property |
getIntegrateModelElement(Long integrateId,
String fileIdHash,
String elementId,
Boolean includeOverrides)
获取集成模型构件, v2
|
com.bimface.data.bean.ElementsWithBoundingBox |
getIntegrateModelElementIds(Long integrateId,
QueryElementIdsRequest queryElementIdsRequest)
获取集成模型构件ID组, v2
|
List<com.bimface.data.bean.MaterialInfo> |
getIntegrateModelElementMaterials(Long integrateId,
String fileIdHash,
String elementId)
获取集成模型构件材质, v2
|
List<com.bimface.data.bean.FileViews> |
getIntegrateModelFileViews(Long integrateId,
String viewType)
获取集成模型三维视点/二维视点, v2
|
com.bimface.data.bean.Room |
getIntegrateModelRoom(Long integrateId,
String roomId)
集成模型查询房间属性,v2
|
List<com.bimface.data.bean.Room> |
getIntegrateModelRooms(Long integrateId,
String floorId,
String fileIdHash,
String elementId,
com.bimface.data.enums.ToleranceType roomToleranceZ,
com.bimface.data.enums.ToleranceType roomToleranceXY)
集成模型查询楼层对应房间列表, v2
|
List<String> |
getIntegrateModelSegmentElementIds(Long integrateId,
String segmentId)
获取流水段对应的所有构件id
|
List<com.bimface.data.bean.SegmentGroupDto> |
getIntegrateModelSegmentGroups(Long integrateId)
获取集成模型中所有的流水段分组,v2
|
List<com.bimface.data.bean.SegmentDto> |
getIntegrateModelSegments(Long integrateId,
String segmentGroupId)
获取流水段分组中的所有流水段, v2
|
List<com.bimface.data.bean.SegmentGroupDto> |
getIntegrateModelSegmentTree(Long integrateId)
获取集成模型的流水段树, v2
|
com.bimface.data.bean.Tree |
getIntegrateModelTree(Long integrateId,
String treeType,
List<String> desiredHierarchy,
com.bimface.data.bean.IntegrationTreeOptionalRequestBody requestBody)
获取集成模型分类树,v2
|
String |
getIntegrateModelViewToken(Long integrateId,
String fileId)
根据集成ID,文件ID获取viewToken,v2
|
com.bimface.data.bean.MaterialOverrideSetVO |
getMaterialOverrideSet(Long id)
获取材质配置方案, v2
|
List<com.bimface.data.bean.MEPSystem> |
getMEPSystem(Long fileId,
String systemCategory,
String systemType)
获取MEP系统信息
|
com.bimface.data.bean.ModelCompareChange |
getModelCompareElementChange(Long comparisonId,
Long previousFileId,
String previousElementId,
Long followingFileId,
String followingElementId)
获取模型构件对比差异, v2
|
com.bimface.data.bean.Pagination<com.bimface.data.bean.ModelCompareDiff> |
getModelCompareResult(Long comparisonId,
String family,
String elementName,
Integer page,
Integer pageSize)
分页获取模型对比结果, v2
|
com.bimface.data.bean.Tree |
getModelCompareTree(Long comparisonId)
获取模型对比构件分类树, v2
|
String |
getPaginationContextId()
生成分页查询的ContextId
|
List<com.bimface.data.bean.PropertyValuesResp> |
getPropertyValues(List<String> targetIds,
String targetType,
List<String> properties,
Boolean includeOverrides)
查询一些文件中某个property的所有可能值
|
List<String> |
getRfaFamilyPropertyNames(Long rfaFileId)
获取rfa文件族属性key列表, v2
|
com.bimface.data.bean.RfaFamilyTypeProperty |
getRfaFamilyTypeProperty(Long rfaFileId,
String familyTypeGuid)
获取rfa文件族类型属性列表, v2
|
List<com.bimface.data.bean.RfaFamilyType> |
getRfaFamilyTypes(Long rfaFileId)
rfa文件族类型列表, v2
|
List<com.bimface.data.bean.SearchRoomIdsResp> |
getRooms(String requestBody)
查询roomId
|
com.bimface.data.bean.Area |
getSingleModelArea(Long fileId,
String areaId)
Rvt单模型查询 Area, v2
|
List<com.bimface.data.bean.Area> |
getSingleModelAreas(Long fileId,
String floorId)
Rvt单模型查询楼层对应Area列表, v2
|
List<com.bimface.data.bean.ElementIdWithName> |
getSingleModelChildElementIds(Long fileId,
String elementId)
获取构件的子构件 id,v2
|
com.bimface.data.bean.Tree |
getSingleModelCustomizedTree(Long fileId,
com.bimface.data.bean.FileTreeRequestBody requestBody)
查询单模型自定义构件分类树
|
List<com.bimface.data.bean.DrawingSheet> |
getSingleModelDrawingSheets(Long fileId,
String elementId)
单模型查询drawingSheets信息, v2
|
List<com.bimface.data.bean.Link> |
getSingleModelLinks(Long fileId)
单模型查询链接, v2
|
Object |
getSingleModelModelInfo(Long fileId)
获取模型数据包meta信息, v2
|
com.bimface.data.bean.Room |
getSingleModelRoom(Long fileId,
String roomId)
Rvt单模型查询楼层对应房间, v2
|
List<com.bimface.data.bean.Room> |
getSingleModelRooms(Long fileId,
String floorId,
String elementId,
com.bimface.data.enums.ToleranceType roomToleranceZ,
com.bimface.data.enums.ToleranceType roomToleranceXY)
Rvt单模型查询楼层对应房间列表,v2
|
List<com.bimface.data.bean.Tree.TreeNode> |
getSingleModelTreeV2(Long fileId,
com.bimface.data.bean.FileTreeRequestBody requestBody)
查询单模型获取构件分类树,v2
|
List<com.bimface.data.bean.View> |
getSingleModelViews(Long fileId)
查询单模型三维视点信息,v2
|
com.bimface.data.bean.Pagination<com.bimface.data.bean.DrawingCompareDiff> |
pageGetDrawingCompareResult(Long comparisonId,
String layer,
Integer page,
Integer pageSize)
分页获取图纸对比结果
|
String |
updateIntegrateModelElementProperties(Long integrateId,
String fileIdHash,
String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups)
修改集成模型指定构件的属性 V2
|
String |
updateSingleModelElementProperties(Long fileId,
String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups)
修改(包含添加和更新)构件基本属性组以外的属性, V2
|
public DataService(Endpoint endpoint, AccessTokenService accessTokenService)
public DataService(Endpoint endpoint, Config config, AccessTokenService accessTokenService)
public List<com.bimface.data.bean.DatabagResourceUrl> getFileDatabagResource(Long fileId, Long integrateId, Long compareId, com.bimface.data.bean.DatabagResourceRequest databagResourceRequest) throws com.bimface.exception.BimfaceException
fileId - integrateId - compareId - databagResourceRequest - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.View> getSingleModelViews(Long fileId) throws com.bimface.exception.BimfaceException
fileId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Room> getSingleModelRooms(Long fileId, String floorId, String elementId, com.bimface.data.enums.ToleranceType roomToleranceZ, com.bimface.data.enums.ToleranceType roomToleranceXY) throws com.bimface.exception.BimfaceException
fileId - floorId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Room getSingleModelRoom(Long fileId, String roomId) throws com.bimface.exception.BimfaceException
fileId - roomId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Area> getSingleModelAreas(Long fileId, String floorId) throws com.bimface.exception.BimfaceException
fileId - floorId - Areacom.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Area getSingleModelArea(Long fileId, String areaId) throws com.bimface.exception.BimfaceException
fileId - areaId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Tree.TreeNode> getSingleModelTreeV2(Long fileId, com.bimface.data.bean.FileTreeRequestBody requestBody) throws com.bimface.exception.BimfaceException
fileId - requestBody - FileTreeRequestBodycom.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getSingleModelCustomizedTree(Long fileId, com.bimface.data.bean.FileTreeRequestBody requestBody) throws com.bimface.exception.BimfaceException
fileId - requestBody - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Link> getSingleModelLinks(Long fileId) throws com.bimface.exception.BimfaceException
fileId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.DrawingSheet> getSingleModelDrawingSheets(Long fileId, String elementId) throws com.bimface.exception.BimfaceException
fileId - 文件IDelementId - 构件IDcom.bimface.exception.BimfaceExceptionpublic Object getSingleModelModelInfo(Long fileId) throws com.bimface.exception.BimfaceException
fileId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementIdWithName> getSingleModelChildElementIds(Long fileId, String elementId) throws com.bimface.exception.BimfaceException
fileId - elementId - com.bimface.exception.BimfaceExceptionpublic String updateSingleModelElementProperties(Long fileId, String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups) throws com.bimface.exception.BimfaceException
fileId - elementId - propertyGroups - 更新的属性com.bimface.exception.BimfaceExceptionpublic String deleteSingleModelElementProperties(Long fileId, String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups) throws com.bimface.exception.BimfaceException
fileId - elementId - propertyGroups - 删除的属性com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ElementsWithBoundingBox getIntegrateModelElementIds(Long integrateId, QueryElementIdsRequest queryElementIdsRequest) throws com.bimface.exception.BimfaceException
integrateId - queryElementIdsRequest - com.bimface.exception.BimfaceExceptionpublic String updateIntegrateModelElementProperties(Long integrateId, String fileIdHash, String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups) throws com.bimface.exception.BimfaceException
integrateId - fileIdHash - elementId - propertyGroups - com.bimface.exception.BimfaceExceptionpublic String deleteIntegrateModelElementProperties(Long integrateId, String fileIdHash, String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups) throws com.bimface.exception.BimfaceException
integrateId - fileIdHash - elementId - propertyGroups - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelElement(Long integrateId, String fileIdHash, String elementId, Boolean includeOverrides) throws com.bimface.exception.BimfaceException
integrateId - fileIdHash - elementId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelElement(Long integrateId, String elementId) throws com.bimface.exception.BimfaceException
integrateId - elementId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Property> getIntegrateElementBatch(Long integrateId, boolean includeOverrides, com.bimface.data.bean.IntegrateElementPropertyFilterRequest filterRequest) throws com.bimface.exception.BimfaceException
integrateId - includeOverrides - filterRequest - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.MaterialInfo> getIntegrateModelElementMaterials(Long integrateId, String fileIdHash, String elementId) throws com.bimface.exception.BimfaceException
integrateId - fileIdHash - elementId - Propertycom.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getIntegrateModelTree(Long integrateId, String treeType, List<String> desiredHierarchy, com.bimface.data.bean.IntegrationTreeOptionalRequestBody requestBody) throws com.bimface.exception.BimfaceException
integrateId - treeType - desiredHierarchy - requestBody - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.FileViews> getIntegrateModelFileViews(Long integrateId, String viewType) throws com.bimface.exception.BimfaceException
integrateId - viewType - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Room> getIntegrateModelRooms(Long integrateId, String floorId, String fileIdHash, String elementId, com.bimface.data.enums.ToleranceType roomToleranceZ, com.bimface.data.enums.ToleranceType roomToleranceXY) throws com.bimface.exception.BimfaceException
integrateId - floorId - fileIdHash - elementId - roomToleranceZ - roomToleranceXY - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Room getIntegrateModelRoom(Long integrateId, String roomId) throws com.bimface.exception.BimfaceException
integrateId - roomId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Area> getIntegrateModelAreas(Long integrateId, String floorId) throws com.bimface.exception.BimfaceException
integrateId - floorId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Area getIntegrateModelArea(Long integrateId, String areaId) throws com.bimface.exception.BimfaceException
integrateId - areaId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.IntegrateFileData> getIntegrateFiles(Long integrateId, Boolean includeDrawingSheet) throws com.bimface.exception.BimfaceException
integrateId - includeDrawingSheet - com.bimface.exception.BimfaceExceptionpublic String getIntegrateModelViewToken(Long integrateId, String fileId) throws com.bimface.exception.BimfaceException
integrateId - fileId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentGroupDto> getIntegrateModelSegmentGroups(Long integrateId) throws com.bimface.exception.BimfaceException
integrateId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentGroupDto> getIntegrateModelSegmentTree(Long integrateId) throws com.bimface.exception.BimfaceException
integrateId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentDto> getIntegrateModelSegments(Long integrateId, String segmentGroupId) throws com.bimface.exception.BimfaceException
integrateId - segmentGroupId - com.bimface.exception.BimfaceExceptionpublic List<String> getIntegrateModelSegmentElementIds(Long integrateId, String segmentId) throws com.bimface.exception.BimfaceException
integrateId - 集成IDsegmentId - 流水段ID;支持批量查询,多个segment id用逗号隔开com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelCommonElementProperties(Long integrateId, List<com.bimface.data.bean.FileIdHashWithElementIds> fileIdHashWithElementIds, Boolean includeOverrides) throws com.bimface.exception.BimfaceException
integrateId - fileIdHashWithElementIds - com.bimface.exception.BimfaceExceptionpublic void addAssociations(String integrateId, String fromIntegrationId, String fromBusinessType, String fromBusinessFlag, com.bimface.data.bean.BusinessAssociationRequest request) throws com.bimface.exception.BimfaceException
integrateId - fromIntegrationId - fromBusinessType - fromBusinessFlag - request - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementBusinessAssociation> getAssociationsByElementId(String integrateId, String elementId, String businessType, String businessFlag) throws com.bimface.exception.BimfaceException
integrateId - elementId - businessType - businessFlag - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.BusinessElementAssociation> getAssociationsByBusinessId(String integrateId, String businessType, String businessId) throws com.bimface.exception.BimfaceException
integrateId - businessType - businessId - com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByElementId(String integrateId, String elementId, String businessType, String businessFlag, List<String> businessIds) throws com.bimface.exception.BimfaceException
integrateId - elementId - businessType - businessFlag - businessIds - com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByBusinessId(String integrateId, String businessType, String businessId) throws com.bimface.exception.BimfaceException
integrateId - businessType - businessId - com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByElements(String integrateId, String businessType, String businessFlag, List<String> elementIds) throws com.bimface.exception.BimfaceException
integrateId - businessType - businessFlag - elementIds - com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByBizIds(String integrateId, String businessType, String businessFlag, List<String> businessIds) throws com.bimface.exception.BimfaceException
integrateId - businessType - businessFlag - businessIds - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ModelCompareChange getModelCompareElementChange(Long comparisonId, Long previousFileId, String previousElementId, Long followingFileId, String followingElementId) throws com.bimface.exception.BimfaceException
comparisonId - previousFileId - previousElementId - followingFileId - followingElementId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getModelCompareTree(Long comparisonId) throws com.bimface.exception.BimfaceException
comparisonId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Pagination<com.bimface.data.bean.ModelCompareDiff> getModelCompareResult(Long comparisonId, String family, String elementName, Integer page, Integer pageSize) throws com.bimface.exception.BimfaceException
comparisonId - family - elementName - page - pageSize - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.MaterialOverrideSetVO getMaterialOverrideSet(Long id) throws com.bimface.exception.BimfaceException
id - com.bimface.exception.BimfaceExceptionpublic List<String> getRfaFamilyPropertyNames(Long rfaFileId) throws com.bimface.exception.BimfaceException
rfaFileId - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.RfaFamilyType> getRfaFamilyTypes(Long rfaFileId) throws com.bimface.exception.BimfaceException
rfaFileId - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.RfaFamilyTypeProperty getRfaFamilyTypeProperty(Long rfaFileId, String familyTypeGuid) throws com.bimface.exception.BimfaceException
rfaFileId - familyTypeGuid - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchElementIdsResp> getElements(String requestBody, Boolean includeOverrides) throws com.bimface.exception.BimfaceException
requestBody - includeOverrides - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchRoomIdsResp> getRooms(String requestBody) throws com.bimface.exception.BimfaceException
requestBody - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchAreaIdsResp> getAreas(String requestBody) throws com.bimface.exception.BimfaceException
requestBody - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.PropertyValuesResp> getPropertyValues(List<String> targetIds, String targetType, List<String> properties, Boolean includeOverrides) throws com.bimface.exception.BimfaceException
targetIds - targetType - properties - includeOverrides - com.bimface.exception.BimfaceExceptionpublic String getPaginationContextId() throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getFileThumbnailUrl(Long fileId, Integer size) throws com.bimface.exception.BimfaceException
fileId - size - com.bimface.exception.BimfaceExceptionpublic String getDwgPdfUrl(Long dwgFileId) throws com.bimface.exception.BimfaceException
dwgFileId - com.bimface.exception.BimfaceExceptionpublic String getDwgPreviewImageUrl(Long dwgFileId, String layoutName) throws com.bimface.exception.BimfaceException
dwgFileId - layoutName - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.MEPSystem> getMEPSystem(Long fileId, String systemCategory, String systemType) throws com.bimface.exception.BimfaceException
fileId - systemCategory - systemType - com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementIdWithBoundingBox> getBoundingBoxes(Long integrateId, List<String> fileIdWithEleIdList) throws com.bimface.exception.BimfaceException
integrateId - fileIdWithEleIdList - com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Pagination<com.bimface.data.bean.DrawingCompareDiff> pageGetDrawingCompareResult(Long comparisonId, String layer, Integer page, Integer pageSize) throws com.bimface.exception.BimfaceException
comparisonId - layer - page - pageSize - com.bimface.exception.BimfaceExceptionCopyright © 2024. All rights reserved.