mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
Unify doc-strings (remove type/rtype)
As this information is already provided in type hints and we don't need to maintain it in two places.
This commit is contained in:
@@ -57,11 +57,8 @@ def add_feature(
|
||||
booleaned or be part of the shape of the object).
|
||||
|
||||
:param feature: The IfcFeatureElement to affect the element.
|
||||
:type feature: ifcopenshell.entity_instance
|
||||
:param element: The IfcElement to add the feature to.
|
||||
:type element: ifcopenshell.entity_instance
|
||||
:return: The new IfcRelVoidsElement relationship
|
||||
:rtype: ifcopenshell.entity_instance
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user