Automatically annotate a set of points with X,Y,Z coordinates

Hi All,

I’m trying to find way to automatically annotate multiple points specifically to show the XYZ coordinates.

point set.3dm (52.8 KB)

How do you want them to be annotated? Text? Dots?

1 Like

Text shall do. many thanks!

Try the script below…

Note that with text, it will use the current style and size - which may be too big or small, so you will likely need to select the text and resize it. As there are X, Y and Z coordinates (separated by commas) displayed to the document display precision, the strings may be rather long.

LabelPtsWTextXYZ.py (675 Bytes)

1 Like

Thanks, works perfectly!