|
|
|
|
|
PlaceObj('ExtrasGen', { |
|
RequiresClass = "EditorLineGuide", |
|
RequiresGuideType = "Vertical", |
|
ToolbarSection = "Vertical Objects", |
|
group = "PlaceObjects", |
|
id = "LayColonialColumn_01", |
|
PlaceObj('LaySlabsAlongGuides', { |
|
End1 = { |
|
PlaceObj('PlaceObjectData', { |
|
EditorClass = "Column_Colonial_Top_01", |
|
}), |
|
}, |
|
EndIsColumnTop = true, |
|
GuidesVar = "initial_selection", |
|
Middle = { |
|
PlaceObj('PlaceObjectData', { |
|
EditorClass = "Column_Colonial_Body_01", |
|
}), |
|
}, |
|
SkipInterior = true, |
|
Start = { |
|
PlaceObj('PlaceObjectData', { |
|
EditorClass = "Column_Colonial_Bottom_01", |
|
}), |
|
}, |
|
StartIsColumnBase = true, |
|
}), |
|
}) |
|
|
|
|