minor documentation typo fix

This commit is contained in:
Bruno Postle
2023-11-28 23:28:38 +00:00
parent 5face7170f
commit 25bd94e84a
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ class Usecase:
product=beam, type="IfcMaterialProfileSetUsage")
# Let's give a 1000mm long beam body representation.
body = ifcopenshell.api.run("geoemtry.add_profile_representation",
body = ifcopenshell.api.run("geometry.add_profile_representation",
context=body_context, profile=hea100, depth=1000)
ifcopenshell.api.run("geometry.assign_representation", model, product=beam, representation=body)
ifcopenshell.api.run("geometry.edit_object_placement", model, product=beam)
@@ -78,7 +78,7 @@ class Usecase:
product=beam, type="IfcMaterialProfileSetUsage")
# Let's give a 1000mm long beam body representation.
body = ifcopenshell.api.run("geoemtry.add_profile_representation",
body = ifcopenshell.api.run("geometry.add_profile_representation",
context=body_context, profile=hea100, depth=1000)
ifcopenshell.api.run("geometry.assign_representation", model, product=beam, representation=body)
ifcopenshell.api.run("geometry.edit_object_placement", model, product=beam)