Dan Bayn wrote:
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
Posts: 1
Participants: 1