Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4140

Python's DimensionUserText fails on ordinate dimensions

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 4140

Trending Articles