Drawing and editing line

Drawing and editing line

foxnant07
Contributor Contributor
567 Views
3 Replies
Message 1 of 4

Drawing and editing line

foxnant07
Contributor
Contributor

Hello everyone!

 

I am trying to learn autocad programming with C#. I am newbie 🙂

I have just checked forum answer about my question but i couldn't find any answer about my question.

Basicly, I want to code this diagrag

 

Opening point file -> Automaticly Drawing line from point file -> Program user will manually edit line and points on autocad and when he save the line's last position, program will overwrite to point file.

 

How can i code this?

 

Thanks in advance for your answers

Have a wonderful day to everyone

0 Likes
568 Views
3 Replies
Replies (3)
Message 2 of 4

_gile
Consultant
Consultant

Hi,

 

If you want someone to be able to help you, you need to give more details. At least an example of the file to read, at best what you have coded so far.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 4

foxnant07
Contributor
Contributor

https://www.youtube.com/watch?v=eWD-tBKia28

 

I want to code like this program. Basicly, this program opens asc-ii based files, draws line for each asc-ii file. (max. 10)

Program user can use normal autocad commads for editing lines. (cut, extend, copy e.t.c)  When program user complete his work, clicks save button and program overwrites to original asc-ii files

 

 

0 Likes
Message 4 of 4

Virupaksha_aithal
Autodesk Support
Autodesk Support

Hi,

 

Have you gone through the AutoCAD.NET training labs? if not please go through the labs https://www.autodesk.com/developer-network/platform-technologies/autocad (under AutoCAD.NET Training Labs).  I feel once you go through the labs, you will be able to program your task 

 

 



Virupaksha Aithal KM
Developer Technical Services
Autodesk Developer Network

0 Likes