I want to view revit and inventor files at the same time using autodesk forge. But one of the files is not standing straight.
to the revit file;
model.getUpVector()
output when i type
(3) [0, 0, 1]
to the inventor file;
model.getUpVector()
output when i type
(3) [0, 1, 0]
way it happens. Is there a function where I can set the setUpVector while loading the models?