Tagged Questions
The dxf tag has no wiki summary.
5
votes
6answers
3k views
Reading .DXF files
Does anyone know of source code, ideally in C# or similar, for reading .DXF files (as used by AutoCAD etc)? If not code, then tables showing the various codes (elements / blocks / etc) and their ...
4
votes
2answers
175 views
Converting RGB Colors to closest ACI Color in C#
I am currently writing a Programm that interacts with dxf files. Therefore I need a Routine that takes RGB Color Values and gives back the closest Color in the AutoCAD Color Index (ACI)
Has anybody ...
3
votes
2answers
286 views
Getting Entity data from Autocad
This is a two part question.
1) Is there any way to get a csv file of all the entity data, including xdata, for an autocad dwg, either using autocad or some other method?
2) Is there an easy way to ...
2
votes
2answers
979 views
Open Source DXF Parser in C++
I am looking for an open source DXF parser I can use in Visual C++.
Can anybody help?
2
votes
2answers
144 views
Serve DXF (and other types) files in IIS
I've got a problem with one of the pages within a website. This page will serve images according to the selection a user makes like PDF, GIF, DWG and.. DXF
I understand why PDF and GIF will attempt to ...
2
votes
5answers
2k views
Converting Autocad DXF to Microsoft XAML
Anyone got a good and preferably cheap and easy way to do this? The closest I got was to save a file to .SVG and use Inkscape to convert it to XAML. All lines and such converted nicely, but all the ...
1
vote
0answers
15 views
DXF Parser : Ellipses angle direction
I wrote my own ASCII DXF file parser and I encounter a problem with ellipses in some particular documents.
It seems that there is no "Group Code" defining the angle direction (Clockwise or ...
1
vote
1answer
30 views
How to get details from AutoCAD DXF file to java application?
I'm developing application which needs to get details from AutoCAD DXF file. Is there any specific API which support this task. Actually in my project I need to get building structures to my java ...
1
vote
2answers
497 views
autocad dxf files displayed in opengl/opengl es
I'm wondering if there is a way to extract the necessary data out of an autocad .dxf file, so I can visualize the structure in opengl?
I've found some old cold snippets for windows written in cpp but ...
1
vote
1answer
277 views
Is there a pure java library for converting DXF to PNG?
Need to convert DXF files to PNG. Found a library called kabeja -- http://kabeja.sourceforge.net/
The conversion however is limited. It does not work with fill patterns. Any better tools?
1
vote
1answer
608 views
Export to dxf from Google Sketchup
How can I write text entities to a dxf file?
I found a script that can export Sketchup drawings to dxf files, unfortunately it was ignoring layers and text. I fixed it so it outputs the proper ...
0
votes
1answer
74 views
DXF / DWG viewer VB6 compatible
I'm looking for a DXF/DWG viewer VB6 control.
A free/commercial control would be perfect but also a "DEVELOPER license" control would be nice.
For "developer license" I mean that I can use the control ...
0
votes
0answers
77 views
List all layer names in a DXF file
I need to find the names of all layers used in a DXF file.
I've come up with this (python) script, using the information found here:
...
0
votes
1answer
284 views
Convert SVG to DXF or DWG via PHP or Command line?
I am trying to find a way to convert a web SVG graphic to DFX or DWG using the server to automate the process. I am trying to avoid downloading the SVG and converting it in a program that a user would ...
0
votes
1answer
81 views
import .pde file (processing file) into blender
I have processing file (.pde file) which have a model and its transformation such as open,
close, scale, rotate .. the code is written by processing (.pde)
can I import this file into Blender 2.49 ?
...
0
votes
0answers
57 views
How to Decrypt the Region Entity of .dxf File in java [closed]
I am trying to read a dxf file in java. But there is a REGION Entity where all the code is encrypted. I hava also done some research work and found few application that are decrypting the REGION ...
0
votes
1answer
210 views
Reading a Dxf file with Java
I am trying to write/find some code in Java which reads dxf files and stores geometry from the "Entities" section into arrays so that I can later import that information into Oracle 11g in terms of ...
0
votes
1answer
613 views
java: How to convert AutoCAD files(.dwg and .dxf) to .pdf using java?
I want to convert .dwg and .dwf files into .pdf format for my project using java. the conversion required to done using java progarm not using converter.
anybody have clue?
0
votes
1answer
376 views
Ipad DWG/DXF viewing
I have seen applications for iPad that let you view dxf and dwg files.
Does anyone know where to get info on how to do this? Are there any available tutorials? I haven't been able to find any.
I ...
0
votes
1answer
30 views
Can you access the same data on a DXF as on a PDF version of the DXF?
I am searching for info regarding the technical limitations of the PDF vis a vis DXF for programming purposes. I need to know whether there are operations or data embedded within the DXF that cannot ...
0
votes
1answer
407 views
svg 2 dxf conversion
I would like to know where I can find a reliable tool/library for conversion of svg to dxf.
In between formats are also allowed as long as the dxf output is an exact replica of the svg.
So that means ...
0
votes
1answer
642 views
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 ...