by PARA | Feb 29, 2020 | Revit Programming
Today I was looking at the Project() method in Revit API. The method signature offers a distance parameter which outputs the distance of the projected point to the input point. public void Project( XYZ point, out UV uv, out double distance ) The value of distance...
Recent Comments