public class PropertyService extends Object
| 构造器和说明 |
|---|
PropertyService(Endpoint endpoint,
AccessTokenService accessTokenService) |
PropertyService(Endpoint endpoint,
Config config,
AccessTokenService accessTokenService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.bimface.data.bean.Property |
getElementProperty(Long fileId,
String elementId)
已过时。
|
com.bimface.data.bean.Property |
getIntegrationElementProperty(Long integrateId,
Long fileId,
String elementId)
已过时。
|
com.bimface.data.bean.Property |
getSingleModelElementPropertyV2(Long fileId,
List<String> elementIds,
Boolean includeOverrides)
获取单文件的构件属性,v2
|
public PropertyService(Endpoint endpoint, AccessTokenService accessTokenService)
public PropertyService(Endpoint endpoint, Config config, AccessTokenService accessTokenService)
@Deprecated public com.bimface.data.bean.Property getElementProperty(Long fileId, String elementId) throws com.bimface.exception.BimfaceException
fileId - 文件idelementId - 构件idPropertycom.bimface.exception.BimfaceException - BimfaceExceptionpublic com.bimface.data.bean.Property getSingleModelElementPropertyV2(Long fileId, List<String> elementIds, Boolean includeOverrides) throws com.bimface.exception.BimfaceException
fileId - 文件idelementIds - 构件idPropertycom.bimface.exception.BimfaceException - BimfaceException@Deprecated public com.bimface.data.bean.Property getIntegrationElementProperty(Long integrateId, Long fileId, String elementId) throws com.bimface.exception.BimfaceException
integrateId - 集成idfileId - 文件id(模型集成之前所属的单文件id)elementId - 构件idPropertycom.bimface.exception.BimfaceException - BimfaceExceptionCopyright © 2024. All rights reserved.