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

DimStyleTextAligned seems to not be working

$
0
0

In Python when I run the following code, I get this error: AttributeError: ‘DimensionStyle’ object has no attribute ‘TextAlignment’

import rhinoscriptsyntax as rs

rs.AddDimStyle('test')
rs.DimStyleTextAlignment('test', 1)

I’m I doing something wrong?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles