RoutingFaceConnectivityDetectionResult 接口
interface RoutingFaceConnectivityDetectionResult
属性
failed
failed: IDPCommon.DB.Types.ElementId[];
走线检测失败的一组组走线
类型: IDPCommon.DB.Types.ElementId[]
requestElementId
requestElementId?: IDPCommon.DB.Types.ElementId[];
此次走线检测时,请求的数据
类型: IDPCommon.DB.Types.ElementId[]
status
status: 'success' | 'failed' | 'abort';
走线检测的整体结果,是否程序出现异常 success: 表示全部检测,程序无异常 failed: 表示程序运行失败 abort: 撤销恢复快速点击中产生的多个检测请求,非最后一次会被取消
successed
successed: IDPCommon.DB.Types.ElementId[];
走线检测成功的一线组走线
类型: IDPCommon.DB.Types.ElementId[]