Leaderboard - AutoCAD Forums Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/2025 in all areas

  1. There are various reasons for using associative dimensions. Previously the DimAssoc setting only had a 0 or 1 value. This meant all dims were either created as "exploded" or as one unit. Very few people would even consider using DimAssoc=0 as the dimensions are then next to useless. With DimAssoc=1 the dimensions could be stretched and the value would adjust...
    1 point
  2. Here's a video exploring one of the rarest Autodesk programs. Enjoy!
    1 point
  3. @smitaranjan The "OD:New_strand > Measured" property must be from a custom application or vertical. It does not show up in my properties when opening the drawing in vanilla AutoCAD, So personally I would not know how to extract it without knowing what created it. @dexus Note - the property shown on the OP's drawing is a custom one, which seems to be a rounded representation...
    1 point
  4. Select the <> in the editor and place your code in the code box that pops up.
    1 point
  5. I did the code tags for you, please use them in the future. (just select the <> in the editor toolbar)
    1 point
  6. @NanGlase I'm afraid you don't have much control over how the command line wraps. I suggest you just make your prompts a bit shorter: (strcat "\nSelect a point (or Enter to finish): " "North: " (rtos (cadr (last points)) 2 3) "East: " (rtos (car (last points)) 2 3)) P.S. Please edit your original post and put your code in code tags. i.e. select the code and cut it to the clipboard, then use the...
    1 point
  7. One day I should really make up a LISP to add to the downloads section the number of times this gets asked!
    1 point
  8. @Riccardo_Ferrari to insert a drawing from an external file, you have to use either (command "._Insert ...) or use (vla-InsertBlock) https://help.autodesk.com/view/OARX/2025/ESP/?guid=GUID-17F86FDD-B7FC-4F43-9F16-B4958F73A66D
    1 point
  9. Try https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-with-quot-entmake-quot-on-new-drawings/td-p/9097551
    1 point
  10. Maybe start with a clean DWT way simpler than wading through hundreds of variables.
    1 point
  11. I don't know ArchiCad, are the walls just normal lines? In which case I would be looking at layers (on /off), scaling for dashed lines etc, or colours that make the lines vanish. I assume that they don't show on the screen and in plotting? Are the line types supported in LT2024, if you can convert them to continuous lines on layer 0 to see if they show up then? If the lines show up OK...
    1 point
  12. You're welcome! This is actually due to a setting in Windows (hiding default extensions). To turn this off, open Control Panel, then the Folder Options item. Under its View tab scroll down to "Hide extensions for known file types" and turn that option off (un-check). It should now show the txt extensions as well and allow you to rename them properly. There are various ways you can...
    1 point
  13. I'm trying to really get hold of a way to edit object's scales and / or Delete scales from the DWG programmatically. The command-line version is just too slow! I had something like this previously, but as mentioned caused crashes because deleting the scale (if it's already assigned) would cause errors in the DWG. See this thread on AUGI: http://forums.augi.com/showthread.php?t=74324 ...
    1 point
  14. Student Software Q: I'm a student, can I get AutoCAD and other Autodesk software for free? A: Yes, you can. You can download free full-working versions of Autodesk software from the Autodesk Student Community site provided you are a registered student at a recognised college or university. In order to prove you are a registered student, you will need to sign up at the Student...
    1 point
  15. Started a YouTube channel covering GIS and IFC for DWG mainly https://youtu.be/cyzB_2ytgKc
    -1 points
×
×
  • Create New...