增加原则设置要素捕捉条件

This commit is contained in:
qiji4215
2023-09-11 16:59:20 +08:00
parent 30822c7937
commit 5e957c30a9
3 changed files with 31 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ class TableInfo {
val zoomMin: Int = 16
val zoomMax: Int = 21
val checkLinkId: Boolean = true//是否需要校验linkid
val catch: Boolean = true//是否需要捕捉
val catch: Boolean = false//是否需要捕捉 // 需要根据丹丹提供的捕捉原则进行设置参考文档W行设置条件https://navinfo.feishu.cn/sheets/shtcnfsxKZhekU26ezBcHgl7aWh?sheet=BZd6yM
val name: String = ""
var checked : Boolean = true
var transformer: MutableList<Transform> = mutableListOf()