Jere wrote:
Does anyone know how to get the curtain wall details to display properly in section? When I cut a section, all the fills just blend in together. When I select the curtain wall, the lines show up.
The problem is that there are no sectional cut fill definitions saved into the GDL code when you save a custom component. There are a couple of ways to fix this manually.
You can open the custom frame/cap using the 'File'> 'Libraries & Objects'> 'Open Object' option, go to the 3d script and add your own sectional fill definition
for each part that needs a separate fill
in the script using SECT_FILL fill, fill_background_pen,fill_pen, contour_pen
e.g-
SECT_FILL wFill, wBkpen, wPen, wCtpen
Then create four parameters named wFill, wBkpen, wPen, wCtpen in the parameters list and choose the correct fill and pen for each one. This will control how this individual fill will look in plan and section.
You will need to create unique names for each of the parameters, and refer to them in the 3d script if there are multiple parts in the component.
When finished, press save, then reload the libraries in ArchiCAD to see any changes.
Unfortunately, You can't access these new parameters to control the fills within the curtain wall tool, so to modify the fills again you will have to open the object, choose a different fill in the parameter list, then resave it again. All instances of that component will be updated at the same time.
The second more complex option is to create a fully parametric custom frame library part with the subtype set to 'GS Curtain Wall Frame', to which you can add any material, fill or dimension parameters you like, and will be fully adjustable from within the curtain wall tool like any other frame.
The first option is probably 5-10 mins work for each component if you know roughly what you are doing, so give it a try!