Skip to content

ifc -> gltf? #401

@bertt

Description

@bertt

Hi,

I'm converting a ifc 4 model (AC-20-Smiley-West-10-Bldg.ifc from this repository) to glTF using this code:

            var newModel = IFCModelExtensions.FromIFC("AC-20-Smiley-West-10-Bldg.ifc");
            newModel.ToGlTF("test.glb");

I'm using 0.8.0-alpha.9 of Hypar.Elements.Serialization.IFC.

In the result it looks like there are missing colors and geometries. Is there something possible to improve the output?

Ifc model:

image

glTF:

image

Metadata

Metadata

Assignees

Labels

GeometryIFCglTFIssues related to gltf serialization.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions