shape_builder: fix half_space_solid agreement_flag docstring

This commit is contained in:
Bruno Postle
2026-03-23 22:31:28 +00:00
parent 7a4c825d9f
commit 2f05d36272
@@ -1038,7 +1038,7 @@ class ShapeBuilder:
) -> ifcopenshell.entity_instance:
"""
:param plane: The IfcPlane representing the half space.
:param agreement_flag: False if +Z represents the void
:param agreement_flag: If False (default), the plane normal points toward the **removed** material (the void). The kept region is on the opposite side from the normal.
:return: IfcHalfSpaceSolid
"""
return self.file.createIfcHalfSpaceSolid(plane, AgreementFlag=agreement_flag)