It seems the Dimension object has a TextRotation property, but the documentation is pretty vague about this.
Does this mean that the text of dimension can be rotated? If yes, is there an example somewhere?
There is also 3 different properties:
Are they meaning the same thing? Which unit should then have ‘TextRotation’?
Thanks in advance.
dale
(Dale Fugier)
April 7, 2022, 8:36pm
2
Hi @jeffoulet ,
Dimension.TextRotation
is obsolete, just not marked as such. I’ll see that this is fixed.
The angle unit for DimensionStyle.TextRotation
is radians.
– Dale
Hi @dale ,
Thank you for your reply.
Is there also a way to rotate the dimension text in RhinoCommon, as displayed in the screenshot above?
All my attempts have been in vain for now…