.. | .. |
---|
219 | 219 | // o.bRep.support = null; |
---|
220 | 220 | // } |
---|
221 | 221 | o.selection = this.selection; |
---|
| 222 | + o.versions = this.versions; |
---|
| 223 | + o.versionindex = this.versionindex; |
---|
222 | 224 | |
---|
223 | 225 | if (this.support != null) |
---|
224 | 226 | { |
---|
.. | .. |
---|
274 | 276 | } |
---|
275 | 277 | |
---|
276 | 278 | this.selection = o.selection; |
---|
| 279 | + |
---|
| 280 | + this.versions = o.versions; |
---|
| 281 | + this.versionindex = o.versionindex; |
---|
277 | 282 | // July 2019 if (this.bRep != null) |
---|
278 | 283 | // this.bRep.support = o.transientrep; |
---|
279 | 284 | // this.support = o.support; |
---|
.. | .. |
---|
3112 | 3117 | { |
---|
3113 | 3118 | if (bRep != null) |
---|
3114 | 3119 | { |
---|
3115 | | - bRep.GenerateNormalsMINE(); |
---|
| 3120 | + bRep.MergeNormals(); //.GenerateNormalsMINE(); |
---|
3116 | 3121 | Touch(); |
---|
3117 | 3122 | } |
---|
3118 | 3123 | } |
---|