File size: 521 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
PlaceObj('ExtrasGen', {
RequiresClass = "EditorLineGuide",
RequiresGuideType = "Horizontal",
ToolbarSection = "Horizontal Objects",
group = "PlaceObjects",
id = "LayColonialSoclesInterior",
PlaceObj('LaySlabsAlongGuides', {
EndIsCorner = true,
GuidesVar = "initial_selection",
Middle = {
PlaceObj('PlaceObjectData', {
EditorClass = "WallDec_Colonial_Socle_Body_01",
}),
},
StartIsCorner = true,
}),
})
|