 |
|
|
 |
|
|
 |
|
 |
nothing one cant find a trivial way
|
|
|
|
 |
|
 |
Hi,
I want to save an ellipse as a DXF file,and I have tried to write like this:
0
SECTION
2
ENTITIES
0
ELLIPSE
8
0
10
125
20
540
30
0.0
11
24
21
0
31
0.0
40
0
0
ENDSEC
0
EOF
But AutoCad 2004 can't open this file,and said there is not enough information. Should I add more information about ellipse,and how to add?
Thanks a million!!!
Chern
hello
|
|
|
|
 |
|
 |
how can i make the DXF file readable for C++ in order to make interface between C++ and other programs?
. In other words, my aim is to create a program which has the ability of using DXF files via C++ and VAL+ programming language.
|
|
|
|
 |
|
 |
HI There,
I assume that the information on DXF file that you want to use is about geometry. The easy way is to make a program to read the information on the entities (the geometry sub section in DXF file). So you have to know the characteristic of each component of the DXF such as circle, rectangle and so on, each component, for example like circle, consists of several parameter, like, the position of center and the radius.......so.........good luck then........you need to read the DXF reference which is located in appendix help file.
regards,
|
|
|
|
 |
|
 |
How to manipulate AutoCAD files from my application. I need to open and print DWG file from C++ (Delphi or VB) program. Can anybody help me?
|
|
|
|
 |
|
 |
Thanks for this short, but very helpfull Introduction. I need in a Projekt to handle dxf - Data by myself. So I could not use the real great CadLib Tool from Omid Shahabi.
If I succeed in creating my own Tool based on your source samples I would really like to share it with other Codeproject users, if you don't mind.
A fool with a tool is still a fool
|
|
|
|
 |
|
 |
Hi,
I will be pleased to see your tool with a portion of my work in it.
Often I utilize code taken from CodeProject.
I am happy to share when I can.
Thank you to contact me about my code and utilize it as you want.
Claude
|
|
|
|
 |
|
 |
I write converter from my file format to DXF file format. And main problem - lack of information about DXF file format.
I need better understanding in DXF file format: detail about TABLE, CLASSES, OBJECTS... sections. I mean sense of every section, interdependence of different sections. Now I have DXF file format specification from official site of Autodesk company, but there is no such information.
Can you recomend links, articals, books concerning my question?
Valery
ES Ltd
|
|
|
|
 |
|
 |
I think the Part shown in this little Code Section shall be nough to see how to build an own DXF-Reader / Writer. I am currently writing on a little Tool doing this for me (having the same Problem than you). I will tell you, when it is finished.
Until that for your case the Tool of Omid Shahabi here at codeproject.com may help -> yust do a search for "DXF".
|
|
|
|
 |
|
 |
Hi,
Sorry, but I can't help very much. I am like you, I don't know thes details.
See another article : CadLib for creating DXF(Drawing Interchange Format) files, here in CodeProject.
Maybe you will find what you're searching.
Bye,
Claude
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
I tried opening the dxf file in coreldraw , but i can't.
Also I need a utility to read dxf files. Will you help me?
|
|
|
|
 |
|
 |
i want you to ask for more stuff about the dxf-file format. f.e. READING and writing more complex graphics. i'd also be very glad about getting general help in handling with dxf-files.
gasi
|
|
|
|
 |
|
 |
http://www.wotsit.org/
or directly
http://www.autodesk.com/
for un-readable dxf definition
best is compare with existing files
and try to import by-you generated ones to acad
most times you can ignore complicated header section and create element section only
t!
|
|
|
|
 |
|
 |
Look at http://www.opendwg.org
/Johannes
|
|
|
|
 |
|
 |
I am looking for a piece of source code, preferably in C++ that deals with importing of the LightWave and DirectX object files. If by any chance anyone has anything pertaining to this, please let me know.
Thank
|
|
|
|
 |
|
|
 |
|
 |
I can not download source cod
|
|
|
|
 |
|
 |
This has been fixed - the link now works
|
|
|
|
 |