Search the Community
Showing results for tags 'global width'.
-
I searched previous post, and could not find a answer to my issue. I copied some lines with global widths into another drawing and the line is displayed and printed with an outline around the global width of the line in the new drawing.. almost like it is a (3D offset for the global width, and...
-
Extract line attributes including both handle and global width field
newtocad posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I have done data extraction of my CAD file to excel using AutoCad 2017 (full version), which includes global width, but did not include the handle or any other type of ID to distinguish the lines from one another. Is there any way to get the attributes of lines, specifically global width...- 5 replies
-
- global width
- data extraction
-
(and 2 more)
Tagged with:
-
Hi all, I am using AutoCad 2015, the problem I have is that when I select a polyline, do select similar and change the global width to 0.15 (for example) then when I save the drawing and re-open it, when I select the polyline and select similar, it says the global width is varies. I know this so...
- 1 reply
-
- polyline
- global width
-
(and 1 more)
Tagged with:
-
I'm looking for a LISP that will allow me to offset a polyline on one layer with a global width (any varying width) to another layer (a specific layer written into the code) with a global width of 0. Please help