!2207 优化:户型中冻结实体后,模型拖拽也可以吸附冻结的实体

pull/2201/MERGE
林三 1 year ago committed by ChenX
parent 594566c353
commit 61b3d53963

@ -41,7 +41,8 @@ export class ParseWalls
this._Dir.clone().negate()
);
let f: Filter = { filterErase: true, filterFunction: (obj, ent) => !this._EntSet.has(ent) };
//冻结的不过滤
let f: Filter = { filterErase: true, selectFreeze: true, filterFunction: (obj, ent) => !this._EntSet.has(ent) };
let segs: Segment1d[] = [];
for (let obj of app.Viewer.Scene.children)

Loading…
Cancel
Save