draw wall시 name 추가
This commit is contained in:
parent
f20be4f0af
commit
5b282955f2
@ -444,6 +444,7 @@ export default function Roof2() {
|
||||
const trestlePoly = new QPolygon(offsetPolygonPoint, {
|
||||
fill: 'transparent',
|
||||
stroke: 'red',
|
||||
strokeDashArray: [5, 5],
|
||||
strokeWidth: 1,
|
||||
selectable: true,
|
||||
fontSize: fontSize,
|
||||
|
||||
@ -521,6 +521,7 @@ export function useMode() {
|
||||
|
||||
// handleOuterlines()
|
||||
const wall = makePolygon()
|
||||
wall.set({ name: 'wall' })
|
||||
setWall(wall)
|
||||
|
||||
return wall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user