Hi,
i tried to place the curve family using dynamo but i got an error like “input lies outside revit”. and i tried to set the unit as m but still im facing the same issue
Hi,
i tried to place the curve family using dynamo but i got an error like “input lies outside revit”. and i tried to set the unit as m but still im facing the same issue
By the looks of it the selected cad element has an origin point in the CAD file somewhere which exceeds Revit’s limit of 22 miles. Revit does a LOT of work to make things drawn as if they built on mars but actually located in your project show up as if they were built in your project, but there are limits and you’ve found one. The solution is to clean up the cad work so the internal origin of the design and any block references therein are within a reasonable distance from the internal origin.
thanks