hypar-io / Elements

The smallest useful BIM.
https://www.hypar.io
MIT License
349 stars 74 forks source link

Create `IndexedPolycurve` #969

Open ikeough opened 1 year ago

ikeough commented 1 year ago

We cannot currently support certain types of exports from IFC because they contain IfcIndexedPolycurve which was added in IFC4 Addendum 1. We need to create an indexed polycurve type which can be the base class for Polyline.

See #957, #959, and #961

ikeough commented 1 year ago

This is happening in #976