Goodies Archicad 27 | CONFIRMED ✧ |
Goodies for ARCHICAD 27 — Practical Guide and Workflow Enhancements
Summary
Unlike standard updates, Goodies must be downloaded and installed separately: Access Downloads : Open Archicad 27, go to the , and select Online Resources > Archicad Downloads Locate Add-ons Graphisoft Downloads page , scroll down to the section and look for "Goodies for Archicad 27." Download & Run goodies archicad 27
4. BIMx Pro Desktop Hook (Third-Party Utility)
While BIMx is built into Archicad 27, a small utility called BIMx Pro Hook (available on GitHub) allows you to: Goodies for ARCHICAD 27 — Practical Guide and
Automatically applies floor, wall, and ceiling finishes to entire Zones. Updates dynamically if the Zone shape changes. 🏗️ Construction Simulation What “goodies” means here
- What “goodies” means here
PolyCount: Helps optimize project performance by monitoring and managing the number of 3D polygons in your model.
Model Auditing: Ensuring the BIM data is clean before hand-off. If you'd like, I can: Walk you through troubleshooting an installation error Explain how to use a specific tool like the Interior Wizard
import archicad
for zone in archicad.GetAllElements("Zone"):
if "Bath" in zone.GetProperty("Zone Name"):
zone.SetProperty("Zone Name", "Bathroom_" + zone.UniqueID)
