geogiac
Guest
Hi, I've been working on a design automation program in autocad through vb.net. .
i.e. according to user input via vb form, then on autocad the program draws, deletes, change entities, etc. .
with a little difficulty however the prog works.....
Now, the flow of the program continuously passes from autocad to visual basic, which makes everything a little fragile as structure ....and I was reflecting if it is not much better to always work in vb.net and then only at the end, when the user is satisfied with the design, autocad creates it from the information collected....the problem is that during the development the user needs to see, even schematized, the entities to video....
I wondered if it's possible on a visual basic form to create a white board in which to go to draw , delete lines , etc..., I think it would be much easier than to continue as I am doing constantly accessing autocad...... .
I would be curious to hear your opinions
Thank you.
i.e. according to user input via vb form, then on autocad the program draws, deletes, change entities, etc. .
with a little difficulty however the prog works.....
Now, the flow of the program continuously passes from autocad to visual basic, which makes everything a little fragile as structure ....and I was reflecting if it is not much better to always work in vb.net and then only at the end, when the user is satisfied with the design, autocad creates it from the information collected....the problem is that during the development the user needs to see, even schematized, the entities to video....
I wondered if it's possible on a visual basic form to create a white board in which to go to draw , delete lines , etc..., I think it would be much easier than to continue as I am doing constantly accessing autocad...... .
I would be curious to hear your opinions
Thank you.