mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
shape_builder: fix half_space_solid agreement_flag docstring
This commit is contained in:
@@ -1038,7 +1038,7 @@ class ShapeBuilder:
|
|||||||
) -> ifcopenshell.entity_instance:
|
) -> ifcopenshell.entity_instance:
|
||||||
"""
|
"""
|
||||||
:param plane: The IfcPlane representing the half space.
|
: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: IfcHalfSpaceSolid
|
||||||
"""
|
"""
|
||||||
return self.file.createIfcHalfSpaceSolid(plane, AgreementFlag=agreement_flag)
|
return self.file.createIfcHalfSpaceSolid(plane, AgreementFlag=agreement_flag)
|
||||||
|
|||||||
Reference in New Issue
Block a user