Path of travel maximum area view

Hello every one,

I am working on a Revit API project where i’m using the function:

PathOfTravel.CreateMapped(doc.ActiveView, starts, ends)

this function doesn’t work on areas that are larger than 2 000 000 sq.ft.

Is there a way to to make it work even on larger views. ( I am looking for a tweak like playing with the scale of the view to reduce its area or something similar )

Thanks in advance.