The input point lies outside of Revit design limits

The input point lies outside of Revit design limits

johan_neethling9LA52
Observer Observer
1,603 Views
1 Reply
Message 1 of 2

The input point lies outside of Revit design limits

johan_neethling9LA52
Observer
Observer

I have an application which generates precast tunnel segments and places them along an alignment. This application worked for Revit 2017.

I am trying to port it to Revit 2024. Beyond a certain range from the origin, I am getting the following error when creating planes, typically with:

Plane oPlane = Plane.CreateByNormalAndOrigin(normal, oIntersection);


Error:

Autodesk.Revit.Exceptions.ArgumentException: 'The input point lies outside of Revit design limits.

The distance from the origin seems to vary, but here is a typical value from the origin:

7,21122593 mile
11,60534318 km

However the oficial Revit limit is 10 miles or 16 km, see:

https://help.autodesk.com/view/RVT/2018/ENU/?guid=GUID-3F79BF5A-F051-49F3-951E-D3E86F51BECC

 

Does anybody know what the problem here is?
 

0 Likes
1,604 Views
1 Reply
Reply (1)
Message 2 of 2

jeremy_tammik
Alumni
Alumni

Dear Johan,

 

I repeat what I just said to Dirk in his thread and you in your previous thread on the same topic:

  

    

Oh dear, that sounds problematic. I will gladly discuss this with the development team. Can you share a complete minimal reproducible case for them to analyse, demonstrating the issue, throwing the exception and showing exactly how your normal vector and origin point are defined? 

  

  

Thank you.

  

Cheers

  

Jeremy

   

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes