Files
IfcOpenShell/src
Ryan Schultz e7fe85c623 Make wall fillet corner IFC-class agnostic (LAYER2, not just IfcWall)
bim.enable_wall_fillet_preview and its re-edit / toggle-openings gizmos gated
on is_a("IfcWall"), so two straight LAYER2 coverings (siding/cladding) couldn't
be filleted despite meeting every real requirement.

Drop the is_a("IfcWall") checks in _resolve_two_walls and the two fillet gizmo
polls; the actual gates (has_layer2_usage + is_straight_axis, and
is_fillet_corner_wall) are already class-agnostic. The generated corner
inherits the source element's type via add_occurrence, and fillet state lives
on EPset_Parametric, so a covering corner needs no wall-specific handling.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 08:01:08 -05:00
..
2026-02-27 14:52:55 +05:00
2026-01-26 17:13:18 +05:00
2026-02-27 14:52:55 +05:00
2025-12-19 18:53:14 +05:00
2025-12-19 18:53:14 +05:00
2026-06-11 21:09:56 +02:00
2025-12-19 18:53:14 +05:00
2026-06-29 11:30:37 +02:00
2025-12-22 18:44:42 +05:00
2026-06-24 11:12:11 +02:00
2025-12-19 18:53:14 +05:00
2025-12-22 18:44:42 +05:00
2026-06-29 11:30:37 +02:00