Questions tagged [dxf]

DXF (Drawing Exchange Format) is a CAD data file developed by AutoDesk for interoperability between AutoCAD and other CAD applications.

320 questions
0
votes
1 answer

export processing to dxf with layers

I am drawing two differnt sets of lines at the same time in processing. Is there a way to export them into different layers in the dxf file? Thanks
0
votes
1 answer

Convert Autocad (DXF) file to transparent image

I would like to convert an Autocad file (DXF) to an image based on the following criteria: I would like to specify the viewport from the autocad file. I would like to specify the width and height of the resulting image in pixel. resulting image…
user836026
  • 10,608
  • 15
  • 73
  • 129
0
votes
0 answers

Load shape ESRI to QGIS but not in correct position, how to reposition all of features on layer QGIS

I have Autocad DXF which has a design plan. Dxf file that I converted to a shape file using ogr2ogr tools to be able to import the QGIS application with quite perfect. In QGIS plugins are called "OpenLayers" to add a basemap layer like googlemap,…
Tomero Indonesia
  • 1,685
  • 2
  • 16
  • 17
0
votes
1 answer

Android: Autocad Coordinates are too large

I'm working on Autocad files reader for android , now I Only read DXF files using Kabeja library and it works great but when i draw simple shape in Autocad and try to draw it on Android it doesn't appear when i look to Autocad coordinates i find…
Ma7moud El-Naggar
  • 548
  • 1
  • 6
  • 18
0
votes
2 answers

ANTLR Distinguish DXF group codes and integers

I'm failry new to ANTLR and I'm trying to write a parser for DXF files with ANTLRv4. DXF files use so called group codes to specify the type of the following data. Example excerpt from some DXF file: 0 SECTION 2 HEADER 9 $ORTHOMODE 70 0 …
schauk11erd
  • 624
  • 9
  • 21
0
votes
1 answer

read Dxf file with java

can we read with calculating object surface as example of a drawing autocad forms using java? I found some package that can read and display the dxf file
m3asmi
  • 1,252
  • 1
  • 16
  • 36
0
votes
1 answer

Strange Processing.dxf issue

I have been tried to study this code , everything was fine until I press R to save the dxf output down. java.lang.ArrayIndexOutOfBoundsException java.lang.NullPointerException at…
Designerd
  • 3
  • 1
0
votes
1 answer

Want to use VB.Net to read DXF or DWG, apply JPG textures to surfaces, specify camera angle, and produce JPG/PNG render

I know this is a lot. I'd like ideas. Optimally, someone has done this before and can point me to some code out there or a component that isn't too expensive. I have a 3D vector object (I think it will be in DXF format but not sure. Going to use a…
ScotterMonkey
  • 1,007
  • 12
  • 25
0
votes
1 answer

How to create Frustum in DXF format for Autocad?

I am trying to create a frustum using DXF file with my text editor, but unable to find any good solution or way to create it. If anyone knows and would be obliged to help me find a solution DXF file or an example, that would be a great help. Thank…
Rahul
  • 1,070
  • 3
  • 21
  • 47
0
votes
1 answer

Unable to use Qt + DXFLib

I'm going to use dxflib in my Qt application. Build process is OK but when I'm going to run it, the application stops working at the beginning with this error : Unhandled exception at 0x776415de in DXFOpen.exe: 0xC00000FD: Stack overflow. Here is…
s4eed
  • 7,173
  • 9
  • 67
  • 104
0
votes
1 answer

convert dynamic drawing page in Flash into .dxf or .dwg format

I want to convert my dynamic Drawing (that I created in a Flash Dialog using AS 3) into the .DXF and .DWG format.Is there any way by which I can give the export functionality on the flash page so that the dynamic drawing that created in flash code…
simon
  • 86
  • 3
  • 9
0
votes
1 answer

C++ command line utility input file location changes behaviour

I've wrote a command line utility for extracting text from DXF files. My utility is named drawingtotext. Assuming a directory structure like this(Linux OS): /home/dave/dxfs/ with a bunch of DXF files in the dxfs folder. From that location, assuming…
Dave
  • 2,506
  • 2
  • 20
  • 27
0
votes
1 answer

download dxf file from website

i have .DXF, .DWG and .PDF files in a folder in my website. I have hyperlinks/anchor tags that allow you to download these files by clicking on the link and you get the normal dialogue that asks you to download. It works for PDF and DWG but not for…
Andris Mudiayi
  • 459
  • 2
  • 6
  • 21
0
votes
1 answer

Converting DXF files to SHP format in C#

I must convert big DXF files to SHP format and after much research it seemed that there is no free software for this, but also I couldn't find any open source solutions for this problem. I found several solutions which need CADImport.dll, but it's…
zdebyman
  • 550
  • 1
  • 4
  • 22
0
votes
1 answer

Store DXF line nodes

first post here. I am a CNC machine operator and i want to make a program that outputs code for my CNC machine (G-code). What i am trying to understand is how i can put the start and en points of line`s inside my DXF file containing the geometry i…
addy
  • 21
  • 3