dwg转换为dxfdxf c#的代码

C#_读取DXF文件.doc
扫描二维码,下载文件到手机
相关文档推荐
当前文件信息
浏览:437次
下载:78次
您的VIP会员已过期,是否续费?
用户应遵守著作权法,尊重著作权人合法权益,不违法上传、存储并分享他人作品。举报邮箱:
京网文[0号 京ICP证100780号Rate this:
I want to write a program in C# that will convert a .dxf file to a g-code file. Can anyone help me or point me in the right direction?
Best regards,
[Your (screen) name here]
Posted 4-Jun-10 23:40pm
Updated 13-Jan-11 10:50am
Solution 1
You could have tried [] first.
Posted 5-Jun-10 0:52am
Solution 2
I []and got below any many more links!
BTW, how is your question related to C#?
Posted 5-Jun-10 0:55am
Solution 3
http://www.cnczone.com/forums/visual_basic/8789-visual_basic_controller_project.html
here is a CNC Controller program written in VB6 it converts DXF to GCODE the program can be converted to C# i have managed to convert alot of it! the dxf to gcode is the easy part!
Posted 13-Jan-11 10:41am
Solution 4
I need to develop VC by import G-code into my software develop and output it to my machine(CNC) by used parallel port.
How do we do?
Posted 2-Apr-13 18:07pm
<button class="toolbar" onclick="editor_ctl00_ctl00_MC_AMC_PostEntryObj_Content.insertText('&l' + 't;');" title="Insert HTML Extended Character Code For &&&
Strip HTML
Encode HTML
Paste as-is
Code block
Quoted Text
Best guess
Treat my content as plain text, not as HTML
Your Email &
Password &
Your Email &
email is in use. Do you need your ?
Optional Password &
I have read and agree to the
Please subscribe me to the CodeProject newsletters
When answering a question please:
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad
spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it.
Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
This content, along with any associated source code and files, is licensed under
Last Updated 2 Apr 2013
Copyright & ,
All Rights Reserved.
CodeProject,
503-250 Ferrand Drive Toronto Ontario, M3C 3G8 Canada
+1 416-849-8900 x 100他的最新文章
他的热门文章
您举报文章:
举报原因:
原文地址:
原因补充:
(最多只允许输入30个字)&>&C#读写DXF源代码
C#读写DXF源代码
上传大小:34KB
C#读写DXF源代码
C#读写DXF源代码
C#读写DXF源代码
综合评分:4(17位用户评分)
下载个数:
{%username%}回复{%com_username%}{%time%}\
/*点击出现回复框*/
$(".respond_btn").on("click", function (e) {
$(this).parents(".rightLi").children(".respond_box").show();
e.stopPropagation();
$(".cancel_res").on("click", function (e) {
$(this).parents(".res_b").siblings(".res_area").val("");
$(this).parents(".respond_box").hide();
e.stopPropagation();
/*删除评论*/
$(".del_comment_c").on("click", function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_invalid/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parents(".conLi").remove();
alert(data.msg);
$(".res_btn").click(function (e) {
var parentWrap = $(this).parents(".respond_box"),
q = parentWrap.find(".form1").serializeArray(),
resStr = $.trim(parentWrap.find(".res_area_r").val());
console.log(q);
//var res_area_r = $.trim($(".res_area_r").val());
if (resStr == '') {
$(".res_text").css({color: "red"});
$.post("/index.php/comment/do_comment_reply/", q,
function (data) {
if (data.succ == 1) {
var $target,
evt = e || window.
$target = $(evt.target || evt.srcElement);
var $dd = $target.parents('dd');
var $wrapReply = $dd.find('.respond_box');
console.log($wrapReply);
//var mess = $(".res_area_r").val();
var mess = resS
var str = str.replace(/{%header%}/g, data.header)
.replace(/{%href%}/g, 'http://' + window.location.host + '/user/' + data.username)
.replace(/{%username%}/g, data.username)
.replace(/{%com_username%}/g, data.com_username)
.replace(/{%time%}/g, data.time)
.replace(/{%id%}/g, data.id)
.replace(/{%mess%}/g, mess);
$dd.after(str);
$(".respond_box").hide();
$(".res_area_r").val("");
$(".res_area").val("");
$wrapReply.hide();
alert(data.msg);
}, "json");
/*删除回复*/
$(".rightLi").on("click", '.del_comment_r', function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_comment_del/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parent().parent().parent().parent().parent().remove();
$(e.target).parents('.res_list').remove()
alert(data.msg);
//填充回复
function KeyP(v) {
var parentWrap = $(v).parents(".respond_box");
parentWrap.find(".res_area_r").val($.trim(parentWrap.find(".res_area").val()));
评论共有17条
一般般 太简单
初学者可以看看
只有代码,没法直接执行的,不过也很值得参考的
上传者:kindred1989
上传时间:积分/C币:3
上传者:yiwuxun
上传时间:积分/C币:3
上传者:gouyue
上传时间:积分/C币:3
上传者:gouyue
上传时间:积分/C币:3
上传者:sbaaaaa9
上传时间:积分/C币:3
上传者:kijl000
上传时间:积分/C币:3
上传者:bjut_yue
上传时间:积分/C币:5
上传者:augusdi
上传时间:积分/C币:3
上传者:duizhong
上传时间:积分/C币:3
上传者:fendou68
上传时间:积分/C币:3
上传者:copygirl2000
上传时间:积分/C币:3
上传者:windwuxin
上传时间:积分/C币:3
上传者:xjg
上传时间:积分/C币:3
上传者:myhotdog
上传时间:积分/C币:3
上传者:gouyue
上传时间:积分/C币:3
上传者:chenxh
上传时间:积分/C币:3
上传者:liubcb
上传时间:积分/C币:3
上传者:qazxswedc132
上传时间:积分/C币:5
上传者:sunny32232
上传时间:积分/C币:5
上传者:freelook007
上传时间:积分/C币:3
上传者其他资源
ARX2006中文入门教程
ObjectARX教程【经典】
think in java
CSGL 框架代码(VC# 2008)
地理信息系统算法基础
VIP会员动态
CSDN下载频道资源及相关规则调整公告V11.10
下载频道用户反馈专区
下载频道积分规则调整V1710.18
spring mvc+mybatis+mysql+maven+bootstrap 整合实现增删查改简单实例.zip
资源所需积分/C币
当前拥有积分
当前拥有C币
扫码关注并点击右下角获取下载码
输入下载码
为了良好体验,不建议使用迅雷下载
C#读写DXF源代码
会员到期时间:
剩余下载个数:
剩余C币:0
剩余积分:0
为了良好体验,不建议使用迅雷下载
积分不足!
资源所需积分/C币
当前拥有积分
您可以选择
程序员的必选
绿色安全资源
资源所需积分/C币
当前拥有积分
当前拥有C币
(仅够下载10个资源)
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
您的积分不足,将扣除 10 C币
为了良好体验,不建议使用迅雷下载
你当前的下载分为234。
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可奖励5下载分
被举报人:
liujiangtaocsu
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
C#读写DXF源代码Web Developer
CADSoftTools
Russian Federation
CADSoftTools is specialized in CAD software development. The SDKs for reading AutoCAD DWG, DXF and HPGL formats are used in tens of countries by thousands of customers.
Codde Project developers can be interested in
CADSoftTools provides DLL libraries for MS Visual C++, MS Visual Basic, MS .NET, Borland Delphi and Borland C++Builder.
Plugins for IrfanView and XNView are a cheap and fast solution for viewing and managing DXF, DWG and HPGL files.
ABViewer is a professional CAD Viewer with a very competitive price.
The software specialists at CADSoftTools are currently engaged in developing the next generation of CAD software products.
Comments and Discussions
General &&
Suggestion &&
Question &&
Admin && Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
Last Updated 7 Mar 2011
Article Copyright 2011 by ChuzhakinEverything else
Copyright & ,

我要回帖

更多关于 dxf和dwg的区别 的文章

 

随机推荐