2020 Enumeration
Changes 8
E

PathOfTravelCalculationStatus

Description:
An enumerated type containing possible results of the Path of Travel calculation.
Name Description
E Success A valid path of travel between the two points was found. Use [!:Autodesk::Revit::DB::Analysis::PathOfTravel::GetCurveLoop] to retrieve the calculated points of path of travel.
E NoPathOfTravel There is no valid path between the two points.
E AreaTooLarge The view outline is too large. Calculation of the path of travel cannot be performed.
E SplitView The view is split. Calculation of the path of travel cannot be performed.
E ResultAffectedByCrop The view has an active crop region set. If [!:Autodesk::Revit::DB::Analysis::PathOfTravel::GetCurveLoop] contains no points, no path of travel was found inside the crop region, but a valid path may exist outside of it. If [!:Autodesk::Revit::DB::Analysis::PathOfTravel::GetCurveLoop] contains valid points, a path of travel was found inside the crop region, but a better option may exist outside of it.
E StartAndEndPointsTooClose Distance between start and end points of path of travel is less than short curve tolerance.
E PointOutsideActiveCrop Start or end point is outside the active view crop.
E TooMuchGeometry The view is exporting too much geometry. Calculation of the path of travel cannot be performed.