Compare commits
3 Commits
fd5c042196
...
418d514a37
| Author | SHA1 | Date | |
|---|---|---|---|
| 418d514a37 | |||
| 4fdd7d55d0 | |||
| 0f481e2933 |
@ -172,9 +172,9 @@ export const useLine = () => {
|
||||
const isHorizontal = y1 === y2
|
||||
const isVertical = x1 === x2
|
||||
const isDiagonal = !isHorizontal && !isVertical
|
||||
const lineLength = line.getLength()
|
||||
const lineLength = line.attributes.planeSize ?? line.getLength()
|
||||
|
||||
line.attributes = { ...line.attributes, planeSize: line.getLength(), actualSize: line.getLength() }
|
||||
line.attributes = { ...line.attributes, planeSize: lineLength, actualSize: lineLength }
|
||||
|
||||
if (+roofSizeSet === 1) {
|
||||
if (direction === 'south' || direction === 'north') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user