diff --git a/packages/viewer/src/modules/loaders/Speckle/SpeckleConverter.ts b/packages/viewer/src/modules/loaders/Speckle/SpeckleConverter.ts index e62e40999..37227f1b2 100644 --- a/packages/viewer/src/modules/loaders/Speckle/SpeckleConverter.ts +++ b/packages/viewer/src/modules/loaders/Speckle/SpeckleConverter.ts @@ -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),