sleeve 속성 추가

This commit is contained in:
hyojun.choi 2024-10-15 18:00:37 +09:00
parent da26423cc2
commit b97f372f62

View File

@ -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
} }