Search the Community
Showing results for tags 'dxf'.
-
Set MLeader to Existing MLeader Style via LISP
parkerdepriest posted a topic in AutoLISP, Visual LISP & DCL
Hello, I am trying to create a lisp routine that sets all existing MLEADERs to a certain pre-set MLEADERSTYLE, the equivalent of doing a Quick Select for Mleaders, and setting the style under the properties window. I was able to write a similar routine that selects all dimensions and sets th... -
I need to convert a xml file into a .ply format. I started with a catproduct and I want to project that catproduct using a Virtek laser. In order to do so, I need a .ply and .cal files. How can I do that?
-
I have found the following at the swamp, however I would like to modify it to better suite my needs. All credits to Lyle Hardin for writing the awesome code. ;;; CADALYST 08/08 www.cadalyst.com/code ;;; Tip 2305: LeaderToMleader.lsp Leader to Multileader (c) 2008 Lyle Hardin ;;; Pick an old...
-
Invalid of incomplete DXF input -- drawing discarded
MarcS1989 posted a topic in AutoCAD Bugs, Error Messages & Quirks
Hello, This is my first forum post and I have been doing a lot of searching before coming here so please be nice! I'm having a problem when trying to open a DXF file in AutoCAD LT 2017, I'm getting an error saying: 'Invalid of incomplete DXF input -- drawing discarded' I...- 5 replies
-
- dxf
- autocad lt 2017
-
(and 1 more)
Tagged with:
-
DWG to DXF, missing lines when plotting.
Revered posted a topic in AutoCAD Drawing Management & Output
Guys, I had to re-scale a drawing and convert it to DXF so we can use in our cutting machine. The problem is when I try to open the DXF file on our factory computer there are missing some lines. But when I open the file on my computer, it is perfect. Do you guys now if this is a AutoCAD error when c...- 2 replies
-
- dxf
- converting
-
(and 2 more)
Tagged with:
-
Hi folks. Have been trying to make s lisp code for a simple task but turned out that it might not be so easy. I found lots of information but not this one. So i'm asking if this is even possible to do. I have a block and it has many entities. The block has a name but all the (2-3) entities...
-
I hope this i the right place for this post. I have gotten a Dxf and a pdf of the same file, but when I open the Dxf file the file do not look right as it does on the pdf, the one who sendt me these files, send me a screenshot of the opend dxf file on his computer, and there it look just fine. anyon...
-
convert cloud of points or mesh into surface
fdefrance posted a topic in AutoCAD 3D Modelling & Rendering
Hello, I am using Matlab to create a surface I import into Autocad Mechanical 2015. Matlab uses a library to convert a matrix into a .dxf 3D surface. Depending on the option, the surface is either a cloud of points, or made of triangles or square patches (linking t... -
I am importing boards from TraxMaker to Inventor using a DXF file as a go between. The odd thing is the legends on the secondary side of the PCB, layer BO-STR, are individually flipped horizontally from the indicator dot. This only affects this one layer and all else is correct. Is it because Inver...
-
I didn't know which of all the forums was best suited for this question but I trust the knowledge base that I know hangs out in this particular forum. I did a search and found no results. If this topic has been discusses eleswhere please provide a link. I'm looking for an application (re...
-
Is there a simple way to export points from the three different axis in a .dxf file for three different views (top, side and front) in autocad 2012? I need to export the points in to excel to run a macro in CATIA to create the surface of an aircraft. I got the .dxf file from the boeing website http:...
-
Unfortunately, I'm not much of a programmer so I need some help with a routine. I typically cobble things together from what others have done but I can't really find anything to even start from on this one. The company I work for has panels created in ACAD 2013 which are exported to dxf and cut...
-
hello this is my first post here and it would be a question:) so we are working on this new project. and its kinda big project. my problem is that the drawing is so big it's a 32mb drawing and my computer is not responding or freezes every time i save, go to other lay out or even just panning. c...
-
Can anyone help me find a good resource on how to create a 3D DXF file from scratch? I am a developer working on a tool that can create cylindrical shapes from schematic drawing coordinates.
-
Hello all, I have been scouring the net looking for a way to read in the DXF data for a surface entity in AutoCAD2012. There's plenty on reading in simple objects (e.g. 3DFace, Points, etc.) but nothing on surfaces. The data itself is also not as intuitive as I would have hoped. The DXF referenc...
-
Hi all, I have a problem with my list, according to the code below. (if (null (tblsearch "style" teksthoogte)) (entmake (list '(0 . "STYLE") '(-3 ;; Make the style annotative ("AcadAnnotative" (1000 . "Anno...
-
What are arrowheads in AutoCAD composed of?
toastonrye posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I spent most of my work day searching, no luck. My issue is we have a series of drawings with drill hole layouts, that are suppose to be imported into Vulcan. Tried various DWG/DXF options to export. All the lines, text, co-ordinates come in perfect except these arrowheads. They are importan... -
Hi All, I am really confused of what I have below. I got this code from somewhere on net. This iterates through the attributes and extract the attribute with tag "ROOM_NAME" (while (not (eq "SEQEND" (dxf 0 (setq ent (entnext ent)))) ) (if (= (dxf 2 ent) "ROOM_NAME")...
- 11 replies
-
- dxf
- block attributes
-
(and 2 more)
Tagged with:
-
All, I am looking for a page that has an eplanation and example showing how to create different styles in dxf. Kind regards, Matthew Harrison
- 11 replies
-
- dxf
- dictsearch
-
(and 3 more)
Tagged with:
-
i know you'll groan at the very thought of it. I have read many posts and scoured the internet. Why won't ACAD LT 2008 register the dxf's I've created in Autodesk Design Review 2010 (from pdf's) so that I can underlay them? Don't Autodesk support dxf writer anymore, i can't get the link on...
-
Is there anything or anyway that you can do to export a dxf choosing the layouts and layers that you would like to export? For example; I only want to export the model space and the layers which are not frozen.
- 2 replies
-
- export dxf
- dxf
-
(and 1 more)
Tagged with:
-
DIMSTYLE wont save for DXF
RMURR posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Things you should know: I am currently running '06 I use DXF because that is what my CNC plasma cutter can import Problem: I am trying to save a DIMSTYLE for a particular type of drawing imported from my CNC plasma designer software. But everytime I close out of one drawing and open the next,...- 3 replies
-
- importing dimstyle
- exporting dimstyle
-
(and 3 more)
Tagged with: