Can you make the “Volume” function display like a dimension?

RH-66551 is fixed in the latest WIP

Hey Peter. I have another question regarding a related idea to Ukktor’s.
Goal: have a leader point to an object (model and/or paperspace) with the “object name” function under the “fx” menu, in one click.
Currently the only way I know how to make this work is: run leader command, then click “fx”, then click “object name”, then click “select object”, then select the object, then click “okay”, and click “okay” again. This seems ridiculous to have to do that in 2023. Sounds like this could be handled in a script or macro, I am just not sure how to access the “fx” menu and the subsequent “clicks” to get the end result of just running a scripted/macro command that is one click.

Any help would be appreciated.

Hi Trevor- here is an extension of the thought from the other thread-
VolumeLeader.py (1.5 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal