Message 1 of 8
The input point lies outside of Revit design limits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In an existing application, when inserting a plane like so:
Plane oPlane = Plane.CreateByNormalAndOrigin(normal, oIntersection);
I get the error:
Autodesk.Revit.Exceptions.ArgumentException: 'The input point lies outside of Revit design limits.
The Plane is located the foll. distance from the document origin:
mile | km |
7,21122593 | 11,6053432 |
This is lower than the Design Limit from the Internal Origin as per the foll. document:
About the Maximum Distance Limit
This application worked in Revit 2017, but fails when I insert planes at around 10-11km from the origin in Revit 2024.
How can I solve this?