user426118
user426118

Reputation: 65

Does forge api abe to extract the same amount of properties as the revit api?

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?

Upvotes: 0

Views: 43

Answers (1)

Jeremy Tammik
Jeremy Tammik

Reputation: 8339

No, obviously not. The Autodesk APS platform is a generic CAD model viewing and analysis platform. To enable that, the seed model needs to be tremendously compressed and brought into a generic format, removing a lot of the domain-specific modelling data required in a BIM or mechanical model. So, the answer is obviously and simply NO.

Upvotes: 0

Related Questions