Rhinoscriptsyntax AddTextDot

Hi @stevebaer,

there is one small typo in rhinoscriptsyntax under geometry.py for the AddTextDot function:

if id==System.Guid.Empty:

should use rc instead:

if rc==System.Guid.Empty:

thanks,
c.

I’ve added this to @steve 's pile.

– Dale