Autodesk-Forge / forge-api-dotnet-client

Forge .Net SDK: Provides .Net SDK to help you easily integrate Forge REST APIs into the application
https://www.nuget.org/packages/Autodesk.Forge/
Apache License 2.0
94 stars 70 forks source link

GetModelviewPropertiesAsync returns empty result #93

Open adamenagy opened 2 years ago

adamenagy commented 2 years ago

As you can see in the picture GetModelviewPropertiesAsync() returns empty result, while GetModelviewPropertiesAsyncWithHttpInfo() returns the properties. I tested it with a Revit file in a BIM 360 Docs EU region. Not sure if it's necessary in order to reproduce it. I used Autodesk.Forge nuget package 1.9.0 image

davidyardy commented 1 year ago

Why is there no response to this? I have seeing similar issue now calling await apiInstance.GetModelviewPropertiesAsync(urn, guid, acceptEncoding, objectIds, xAdsForce, forceget);

with nuget 1.9

Is the SDK still supported?