2 posts
Clement (clement) wrote:
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.
2 posts
Clement (clement) wrote:
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.