Hey Roberto,
If you are looking for the material “Parameters”, Material are sent as a separate collection. You can access their parameters from the parameter
key. See screenshot below:
If you mean quantities, they are stored under the materialQuantities key and not under the parameters. So instead of extracting the parameters key, you should get it from element[materialQuantities]
.
Sharing a sample model would make explaining it much easier.