增加清除全部剖切结果

This commit is contained in:
zh
2025-07-03 18:18:08 +08:00
parent 22a05c2c8c
commit a35b959ec2
15 changed files with 37 additions and 22 deletions

View File

@ -15,7 +15,7 @@ class Section extends Tools {
this.tiles3d = tiles3d
this.options = { ...options }
this.options.regionsType = this.options.regionsType || false
// YJ.Analysis.Analyses.push(this)
YJ.Analysis.SectionResults.push(this)
this.Planes = []
Section.start(this)
}