Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/29/2024 in all areas

  1. Get smaller fingers so you don't hit them by accident? Look at an internet search: 'AutoCAD mapping F keys"
    2 points
  2. I have done translations before. I'd suggest using Notepad ++ to open the file because it keeps the foreign characters for a better translation than regular Notepad. Then use Google Translate or some other translator and translate the comments only at first. This way you understand what the program is doing. Then, only translate the prompts. If the program works as it is, I wouldn't tinker...
    1 point
  3. You need to modify the key from the CUI manually.
    1 point
  4. Still not sure why you want to translate it if it works (holidays here so CAD is off, I haven't checked it). However I'd go through the above and if you want it translated use the one I posted and the original - global change the variables in the original but using the translated version as a guide, with new variable names to suit. As mentioned above try to avoid variable names that could be...
    1 point
  5. Seems a lot of work compared to maybe "Lee-mac unformat mtext". Do a google next time if you want english versions, there are many good versions out there.
    1 point
  6. Try to translate word "delka" to a word other than "length". "length" is an autolisp function.
    1 point
  7. So if the LISP works as it is, it will work the same if you replace any variable name with any other. This is using a search engines 'Translate' function, took seconds, but you'll have to perhaps check through it for example to make sure the variables aren't command names (it will still work but a lot easier if they aren't) (DeFun MTEXTCF0 (TXR/Position Length NTX Character) ; Own...
    1 point
  8. You can use Replace command from any text editor to replace all identical words.
    1 point
  9. This will get you what you needed, if you want something fancy, it will cost you a cup of coffee. ;;; Program 'sap' Station At Point ;;; By Isaac A 20241228 ;;; https://www.cadtutor.net/forum/topic/95474-lisp-to-get-the-station-and-coordinates-of-a-polyline-at-pick-location/ (vl-load-com) (defun c:sap (/ a b c d dw o oe s) (setq oe (getvar 'cmdecho) o (getvar 'osmode) ) (setvar 'cmdecho 0) ...
    1 point
  10. You are entirely welcome. I wish you every success come the New Year.
    1 point
  11. I find it !!!!!! Note: The \n forces the label to be displayed on two lines. The \n disappears after pressing Enter or when text box loses the focus. If you don't see the changes in the Panel Preview, click Row 1 under My HYT Panel to refresh the preview.
    1 point
  12. copied and pasted from AutoCad Help. DYNMODE (System Variable) Turns Dynamic Input features on and off. Type: Integer Saved in: Registry Initial value: 3 When all features are on, the context governs what is displayed. When DYNMODE is set to a negative value, the Dynamic Input features are not turned on, but the setting is stored. 0 All Dynamic Input features, including dynamic...
    1 point
×
×
  • Create New...