mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 23:49:59 +00:00
Pyodide example app should use IfcShapeRepresentation to be valid
This commit is contained in:
@@ -268,7 +268,7 @@ class Context:
|
|||||||
|
|
||||||
opening.Representation = self.model.createIfcProductDefinitionShape(
|
opening.Representation = self.model.createIfcProductDefinitionShape(
|
||||||
Representations=[
|
Representations=[
|
||||||
self.model.createIfcRepresentation(
|
self.model.createIfcShapeRepresentation(
|
||||||
body,
|
body,
|
||||||
"Body",
|
"Body",
|
||||||
"SweptSolid",
|
"SweptSolid",
|
||||||
|
|||||||
Reference in New Issue
Block a user