IDP.Custom.Design.Export.getIntersectedDataAsync() 函数
function getIntersectedDataAsync(option: GetIntersectedOption): Promise<IntersectedData>;
获取当前方案楼层模型交接数据 坐标系原点为关联模型的左后下
参数:
option: GetIntersectedOption
返回值: Promise<IntersectedData>
备注
获取模型的交接数据
const intersectedData = await IDP.Custom.Design.Export.getIntersectedDataAsync({modelId: '17EB6C45-A02E-4660-9058-5A8A9E1D1094'});