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
