Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing a CAD application and have trouble in write Dimension (Aligned, linear and angular) to DXF (2000 LT) file and read the same data in C#? Thanks for your help

share|improve this question
Reading and writing should be the easy part; DXF files are plain-text documents. What part (specifically) are you having trouble with? – Brad Christie Aug 5 at 12:14
@Brad I have reading and writing part of entities. I need this for dimensions like Aligned Linear and Angular. I want to write C# program to do this. – Razack Aug 5 at 16:05
What exactly is your question/problem? The obvious way to figure out how any particular dataset is represented in DXF is to create the corresponding primitive manually in AutoCAD, export the resulting DWG file to DXF and look at the result. – 500 - Internal Server Error Aug 7 at 14:19

This question had a bounty worth +50 reputation from Razack that ended 6 hours ago; grace period ends in 17 hours

Looking for an answer drawing from credible and/or official sources.

DXF Read Write dimensions using C# /C++

1 Answer

Have you tried using this library ?

It comes with the C# source code and the dimensions are parameters.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.