Add docs to layer API

This commit is contained in:
Dion Moult
2022-12-07 08:59:24 +11:00
parent 45953c6b49
commit 9650bbb5ee
8 changed files with 149 additions and 28 deletions
@@ -170,7 +170,8 @@ class Usecase:
context=body, length=5, height=3, thickness=0.2)
# Assign our new body geometry back to our wall
run("geometry.assign_representation", model, product=wall, representation=representation)
ifcopenshell.api.run("geometry.assign_representation", model,
product=wall, representation=representation)
"""
self.file = file
self.settings = {