Ifcopenshell and pythonocc-core, geometry creation basics
Hi! I'm trying to learn the basics of geometry creation in ifcopenshell through pythonocc-core.
Following this example in the documentation: https://docs.ifcopenshell.org/ifcopenshell-python/geometry_creation.html
I'm getting this error from the example:

Any idea how to proceed from here?
(My end goal is to create a terrain mesh from a list of points (x,y,z), and convert it to IFC as BuildingElementProxy. Tips on how to achieve this is greatly appreciated!)
Comments
In this post there is a Python script developed by FraJoMen that creates the terrain mesh.
I tested it and it works well.