Returns random previous dim dimstyle if dimension properties were manually overridden.
- Make a dimension of Style A
- Make a dimension of Style B
- Make a dimension of Style C
Change Dimension text placement on each to something else, but default
Rhino.DimensionStyle(dimID) won’t return proper dimstyle on those 3 dimensions anymore.
pascal
(Pascal Golay)
2
Hello - so far I do not see this.
My test:
Call Main()
Sub Main()
Dim id: id = rhino.GetObject()
Rhino.Print Rhino.DimensionStyle(id)
End Sub
I moved the dimension text on several dimensions and asked via this test - the answer was as expected each time - there must be more to it…
-Pascal
Gijs
(Gijs de Zwart)
4
I think the problem is that Rhino.Dimensionstyle(obj) is returning an empty string…
the python version seems to work just fine.
dale
(Dale Fugier)
5