@clement wrote:
the example python script in the RhinoCommon help gives an error:
Message: ‘TextEntity’ object has no attribute ‘Index’
Apart from that, I used
CurrentDimensionStyleIndex
in V5 but in V6 i get this error:Message: ‘DimStyleTable’ object has no attribute ‘CurrentDimensionStyleIndex’
as a replacement i used
CurrentDimensionStyle.Index
in V6, but it would be preferred if there is the same method which works in V5 and V6._
c.
Posts: 6
Participants: 2