Assigning a different "ArrowheadType" to an existing Radial Dimension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We use an architectural tick as our one and only dimension style.
This does not work well with Angular, Arc Length, Diameter, Jogged, and Radial.
I am able to successfully use SETPROPERTYVALUE to update all arrowhead types for all existing dimension objects except Radial.
Changing "ArrowheadType" to a different value does not update the Radial object.
Any insight how to accomplish this?
Using DUMPALLPROPERTIES, I noticed "DimBlockId" and "Dimblk" changes when manually changing from within the Properties pane, but these are (type: AcDbObjectId).
Sure, I can set an override DIMBLK and invoke command -DIMSTYLE "Apply", but what fun is that?
For those looking for the name of the dimension object:
(vla-get-ObjectName (vlax-ename->vla-object (car (entsel))))
Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.