Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/2019 in all areas

  1. Not really, can you post a translation of the command prompt that you think wants the "width" input? If the DTEXT Justification is set to Fit the command prompt would be "Specify first endpoint of text baseline:"
    1 point
  2. The assoc 5 is the handle of the block this is a unique id if you want two try (5 . "62E218,5B636C")
    1 point
  3. Sounds like the Text styles are different even though same name. Obvious is height example 0.0 or 2.5
    1 point
  4. Sounds like the Justification is set to Fit, it's saved in each drawing. TEXTJUSTIFY (System Variable) https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-223C6FB9-B498-4BA9-8710-E1CB4889B8FC-htm.html
    1 point
  5. Try to use entmake function instead of command call as follows: (defun CreateText (pt hgt str) (entmake (list '(0 . "TEXT") (cons 10 pt) (cons 40 hgt) (cons 1 str))) )
    1 point
  6. I also did some code, but my version strictly is doing rectangles in circular path - if there is central one it's also calculated giving bad result, and beside this it's also little buggy...
    1 point
  7. I have the following, but there are still some bugs -
    1 point
×
×
  • Create New...