fix: adds brepx, extrusionx, subdx support in viewer for real this time

This commit is contained in:
Dimitrie Stefanescu
2024-11-06 13:46:16 +00:00
parent 0191c8a8f5
commit 96d497232d
@@ -37,6 +37,9 @@ export default class SpeckleConverter {
BlockInstance: this.BlockInstanceToNode.bind(this),
Pointcloud: this.PointcloudToNode.bind(this),
Brep: this.BrepToNode.bind(this),
BrepX: this.BrepToNode.bind(this),
ExtrusionX: this.BrepToNode.bind(this),
SubDX: this.BrepToNode.bind(this),
Mesh: this.MeshToNode.bind(this),
Point: this.PointToNode.bind(this),
Line: this.LineToNode.bind(this),