Input lies outside of Revit limit design

Cant able to create a curve model lines from cad layers into Revit. Getting an error “Points lies outside revit design limit”

Hi @cmrlircon.bim have you tried set a boolean to true. in the input CreateModelCurves ?

Yes but still its not working

interesting. doing the same thing through ui, rvt only complains about 20 miles limit but still draw the geometry anyway. looks like u need to transform them back into the 20miles sphere before ModelCurve.ByCurve.

Will you please explain the procedure?

i would simply make sure thats the root cause first. like perhaps by draggin them onto the internal origin with mouse and keyboard. if the error goes away, then go with nodes like Geometry.Transform to transform them back in. and i think its doable within cad as well, even better arguably.

will you please help me to resolve this issue

Track center line creation.dyn (37.8 KB)

Here is my dyn file. kindly help me to resolve from this issue

Anyone who wants to help will need the Autocad file and possibly the Revit file as well.

3d Polyline.dwg (531.6 KB)

Cant able to send revit file due to file size

Open it detached with audit on, put everything but a few key context elements with simple geometry. Delete all materials an all views but one or two which show the issue. Remove all view templates as well. Purge unused 4 times or until nothing is left to purge. Then save it as a new file and post that.

If it is still to large, use a 3rd party service like onedrive, Dropbox, Google drive, ACC, etc.. Just be sure to keep the link open to anyone.

TRY.rvt (1.7 MB)

3d Polyline.dwg (531.6 KB)

1 Like

A few segments of this polycurve are less than 0.8mm, hence the error!

2 Likes

I tried to recreate this curve but could only get a close nurbs curve, and I was able to import it through “Import Instance” node and exploded it in revit resulting into multiple lines instead of a single polyline. it’s a tough one.

1 Like

Will you please share me your dyn file?

Sure, Also your polycurves are not planar so cannot be imported directly as model curve or detail curve…may be its projection but not sure that’s useful.

Here I created a number of points and exported the resulting nurbscurve as an instance.

Track center line creation.dyn (18.5 KB)

hey, long afk. the solution from @rajeshjamariya16 looks pretty awesome. it runs on my machine without any problem.

Actually for me its not creating model lines