on
2026-04-21
08:47 AM
- edited on
2026-04-21
08:49 AM
by
Aruzhan Ilaikova
Project documentation often needs to display the clear opening width of doors to satisfy planning and accessibility requirements, but this value is not always available by default in Archicad. This article presents two practical, community‑proven ways to annotate and measure door clear openings on plans so that documentation remains compliant and easy to read.
In many projects, architects and designers must document the clear opening width of doors rather than just the nominal door size. This clear opening value is not always exposed directly in standard door markers or schedules, which can make it harder to verify that designs comply with accessibility or planning rules. The following workflows allow users to show clear opening widths directly on plans, either as a dedicated marker or by using dimensions.
Two methods are available to display clear door opening widths in Archicad plans:
Using a custom door marker that automatically calculates and shows the clear opening width.
Adding hotspots to the door object so that the Dimension tool can measure the clear opening directly between hotspots.
A Community‑created door marker can calculate and display the clear opening width on floor plans. After downloading the marker object, users can load it into the project library and apply it to doors in the model. The clear opening value then appears as part of the marker, based on the parameters of each door.
Download the marker object and add it to the project library.
In the door settings, select the downloaded marker as the marker type.
Place or update doors so that the marker shows the calculated clear opening width next to each door symbol.
If users prefer to work with dimensions instead of a marker, the door object can be edited so that hotspots mark the clear opening width. The Dimension tool can then be used to measure between these hotspots. This method works with existing Archicad door objects by adding a short GDL code snippet to the 2D script.
HOTSPOT2 A/2 - gs_frame_width + gs_rebate_width - gs_leaf_thk, 0
HOTSPOT2 A/2 - gs_frame_width + gs_rebate_width - gs_leaf_thk, gs_leaf_panel_width
HOTSPOT2 A/2 - gs_frame_width + gs_rebate_width - gs_leaf_thk, 0
HOTSPOT2 A/2 - gs_frame_width + gs_rebate_width - gs_leaf_thk, gs_SecondLeaf_w
HOTSPOT2 -A/2 + gs_frame_width - gs_rebate_width + gs_leaf_thk, 0
HOTSPOT2 -A/2 + gs_frame_width - gs_rebate_width + gs_leaf_thk, gs_leaf_panel_width - gs_SecondLeaf_w
Both methods make it possible to show clear opening widths of doors clearly within project documentation. Users can choose between an automated marker or manual dimensioning based on hotspots, depending on office standards and personal preference. These workflows help ensure that drawings communicate door clearance information accurately for approvals and coordination.
These techniques were originally shared by Community members @neilmcallister and @Yves. If you’d like to explore the original discussion, click here to read the full thread!
This article is part of the ‘Tip of the Month’ series on Graphisoft Insights, highlighting valuable community-driven solutions for modeling challenges. Try these methods in your next project and experience the difference in model quality and efficiency.