mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Add API docs for boundary module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user