josip_skopljak
607 Views, 7 Replies

Design line issue

I 'm trying to create a Fabrication API plugin using .NET
Even a suggestion on the direction to take might help me out a lot.
 
I have tried to create a design line through the API but without much success since it seems that the CadMep Fabrication API does not support any methods that would create/manipulate design line objects.
 
As an alternative way I tried to call the ADDDOBJ command which creates the design line along with some point coordinates using the editor.Command() method.

This works but there is the problem that the ADDDOBJ does not get called unless I press the "Create Design Line" button on the toolbar.

This is not something I can depend on since I don't want to rely on user interaction to have this working. Besides that I did not find any commands which would edit the nodes of a design line.
 
I 'm thanking you in advance for taking your time to read the e-mail.
 
Is there any direction I can take to get this working?
 
Kind regards
Tags (1)