Arange All Linear dimension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Guys @Michael.Navara @JelteDeJong @MjDeck
You know how to solve even impossible tasks. Can you find a solution for me?
When changing the parameters of a part, the dimensions in the drawing fly off.
But I want to get the correct position.
Method ChainDimensionSet.Arrange( BaseDimension As LinearGeneralDimension )
It does not work for me or I do not know how to use it correctly, it centers the text but the size itself does not move to the right place. If you run a rule to count the number of linear dimensions, it turns out that the ChainDimensionSet is counted as separate dimensions. Maybe they can be collected in separate collections and then properly sorted by type. If you can't sort by designation here
and position them by specifying the coordinates?
Does anyone solve this?