In the Material field, I have properly written the RelatedIfcEntityNamesList, but it is not imported.

In the Material field, I have properly written the RelatedIfcEntityNamesList, but it is not imported.
How can this be resolved?

    {
        "Code": "New_mat_a7745ef6",
        "Name": "tosou",
        "CreatorLanguageIsoCode": "ja-JP",
        "ParentMaterialCode": "m_tosou",
        "CountriesOfUse": "",
        "RelatedIfcEntityNamesList": [
            "IfcMaterial"
        ],
        "Uid": ""
    },

Error - Error during import: Could not find member ‘RelatedIfcEntityNamesList’ on object of type ‘ImportMaterial’. Path ‘Materials[0].RelatedIfcEntityNamesList’, line 1, position 34169. Data not imported

Ping @artur_tomczak

Hi @YoshiyukiMiyauchi, we’re trying to find out why you see this error. By the way, we’re soon deploying the new data model to production (you can read more here: bSDD tech updates - #14 by artur_tomczak). It doesn’t contain the Material object, but instead, you would use a Class of type “Material”. There you shouldn’t have that issue. You can test the new model on the Test environment (links on GitHub).

1 Like

I checked bSDD.
I understand that there is no longer a problem with Material.
It is helpful that the previously created Material is automatically absorbed into Classification!

Of course! We also support both new and old API for the transition period.

1 Like