보조선의 경우 actualSize planeSize 동일하게 수정
This commit is contained in:
parent
4056206af7
commit
0a6d58cba8
@ -887,7 +887,7 @@ export function useAuxiliaryDrawing(id, isUseEffect = true) {
|
||||
line.attributes = {
|
||||
...line.attributes,
|
||||
roofId: roofBase.id,
|
||||
actualSize: line.attributes?.actualSize ?? 0,
|
||||
actualSize: line.attributes?.actualSize ?? line.getLength(),
|
||||
planeSize: line.getLength(),
|
||||
}
|
||||
line.isAuxiliaryFixed = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user