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, {
|
const trestlePoly = new QPolygon(offsetPolygonPoint, {
|
||||||
fill: 'transparent',
|
fill: 'transparent',
|
||||||
stroke: 'red',
|
stroke: 'red',
|
||||||
|
strokeDashArray: [5, 5],
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
selectable: true,
|
selectable: true,
|
||||||
fontSize: fontSize,
|
fontSize: fontSize,
|
||||||
|
|||||||
@ -521,6 +521,7 @@ export function useMode() {
|
|||||||
|
|
||||||
// handleOuterlines()
|
// handleOuterlines()
|
||||||
const wall = makePolygon()
|
const wall = makePolygon()
|
||||||
|
wall.set({ name: 'wall' })
|
||||||
setWall(wall)
|
setWall(wall)
|
||||||
|
|
||||||
return wall
|
return wall
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user