Metric Fillet/Chamfer Commands
Metric Fillet/Chamfer Commands
(OP)
I am trying to make a custom command so that when i start the fillet/chamfer command it invokes the calculator inside of the radius/distance part of the command so that i can type in a value to get a metric result (3/25.4)....I have made custom value fillet/chamfer commands, but i cannot seem to get the macro right for this one....thank you!
NX 7.5/8.0/8.5/9.0
RE: Metric Fillet/Chamfer Commands
If the former, you'll be changing the chamfer command such that you'll never be able to enter an inch measurement unless you manually multiple it by 25.4. If that's acceptable, change the command to map to a .lsp routine that initiates the chamfer command but automatically divides the user input by 25.4.
If you clarify your requirement/desire, I may be able to write a short LISP routine that satisfies.
_________________________________________
NX8.0, Solidworks 2014, AutoCAD, Enovia V5
RE: Metric Fillet/Chamfer Commands