I would like to know if this forge api can extract the same amount of properties in a revit file as the revit api does? What I noticed when using forge api (DerivativesApi.cs) is that some properties were not present compared to the result of revit api. For example this material area, material thickness, material ifcguid, etc, is not in the extracted data using forge api.
Is there a way I can extract more data like revit api does in forge api?