Python's DimensionUserText fails on ordinate dimensions

At least that’s what I’m seeing. Anyone else see this?

Try this on a normal linear dimension, then repeat on an ordinate dimension:

import rhinoscriptsyntax as rs
obj = rs.GetObject(“Select a dimension”)
if rs.IsDimension(obj):
    usertext =  “123”
    rs.DimensionUserText( obj, usertext )

Thanks,

Dan

Got it.

http://mcneel.myjetbrains.com/youtrack/issue/RH-28467