0

is it posible with Forge Derivative API to get instances location(insertion points) and rotation info from revit file that is uploaded in bucket and converted?

I am geting data and metadata with Derivative API but not seeing there is Location, rotation info for individual objects

Thank you

Mirko
  • 1

1 Answers1

0

Unfortunately, the things you saw in Revit API are unavailable with Model Derivative API. The Model Derivative API is a common-facing service that extracts partial metadata from the source model file, and geometries data will be simplified into meshes.

If you want Revit API perspective data, I would advise you to use Design Automation API for Revit instead. You can write addin using Revit API to extract instances' location(insertion points) and rotation info.

Eason Kang
  • 6,155
  • 1
  • 7
  • 24