Search the Community
Showing results for tags 'dxf code'.
-
I'm working on a new Lisp that i want as little input as possible to put together, but i am stuck as to why my code is not working. I have chosen an Entity1, "SetQ 1" a certain DXF Group code Assoc Value then i chose a Entity2 and "SetQ 2" its same Assoc Value now i try to modify Entity1's...
-
DXF 2 doesn't match block name in properties window
WPerciful posted a topic in AutoLISP, Visual LISP & DCL
I tested the code below by selecting one type of block, but instead of returning the name it returned *U36 (cdr (assoc 2 (entget (car (entsel "\nSelect a buble: "))))) -
I'm working on a small software. My software must be export a DXF file to work with Autocad. On my DXF there area lines and a raster image. I'm reading the DXF 2002 reference (I have choose 2002 version for compatibily problems). If I try to export only lines my DXF is read from Autocad (but also o...
-
Using a Polygon to create a wipeout for a circle
chiimayred posted a topic in AutoLISP, Visual LISP & DCL
Hey guys, I'm working on a code but I am having issues with getting the DXF codes assigned to a variable and using the variables for the polygon command. Basically what I am trying to do is to create a polygon that "traces" a circle that will help me with the wipeout command. (defun c:... -
Dimension on DXF file Example
ballock posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi, i am a begginer programer in dxf files . I need a simple example dxf code with line mtext e dimension I try undestand code generate from AutoCad, but this code contain 12000 lines or more. Example: http://glaubercavassani.files.wordpress.com/2012/04/mini-tuto-am.jpg?w=224