Message 1 of 3
No OrdinateDimension.setOrigin()?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have associative ordinate dimensions attached to a dynamic block which changes in size and position. When the block is changed, the positions of the leaders are updated correctly, but the origin for the ordinate dimensions is not.
The arx class for ordinate dimensions has a method for moving the origin ( AcDbOrdinateDimension.setOrigin() ), but the 2015 OrdinateDimension class does not. The OrdinateDimension.Origin property is read/write but actually writing a value to it appears to do nothing, so I'm out of ideas.
How can this be done?
On a side note, why doesn't the managed class reference guide contain any info on the OrdinateDimension class?