sleeve 속성 추가
This commit is contained in:
parent
da26423cc2
commit
b97f372f62
@ -385,6 +385,7 @@ export function useRoofShapeSetting(setShowRoofShapeSettingModal) {
|
|||||||
attributes = {
|
attributes = {
|
||||||
type: LINE_TYPE.WALLLINE.WALL,
|
type: LINE_TYPE.WALLLINE.WALL,
|
||||||
width: hasSleeve === '0' ? 0 : sleeveOffset / 10,
|
width: hasSleeve === '0' ? 0 : sleeveOffset / 10,
|
||||||
|
sleeve: hasSleeve === '1',
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user