Add API docs for boundary module

This commit is contained in:
Dion Moult
2022-11-15 08:26:46 +09:00
parent 8f33c2ca9d
commit c87924c4ba
5 changed files with 92 additions and 24 deletions
@@ -57,10 +57,10 @@ class Usecase:
:param product: The part of the aggregate, typically an IfcElement or
IfcSpatialStructureElement subclass
:type product: ifcopenshell.entity_instance
:type product: ifcopenshell.entity_instance.entity_instance
:param relating_object: The whole of the aggregate, typically an
IfcElement or IfcSpatialStructureElement subclass
:type relating_object: ifcopenshell.entity_instance
:type relating_object: ifcopenshell.entity_instance.entity_instance
:return: The IfcRelAggregate relationship instance
:rtype: ifcopenshell.entity_instance.entity_instance
@@ -38,7 +38,7 @@ class Usecase:
:param product: The part of the aggregate, typically an IfcElement or
IfcSpatialStructureElement subclass
:type product: ifcopenshell.entity_instance
:type product: ifcopenshell.entity_instance.entity_instance
:return: The IfcRelAggregate relationship instance, only returned if the
whole still contains any other parts.
:rtype: ifcopenshell.entity_instance.entity_instance, None