Own toolbox for CADEditorControl

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
JindřichNikodem
Posts: 2
Joined: 24 Oct 2020, 13:25

Own toolbox for CADEditorControl

Post by JindřichNikodem » 24 Oct 2020, 21:12

Hello friends,

please, how can I call functions for addLine, addCircle ... from own toolbox buttons?

I hidden original toolbox for CADImport.CADImportControls.CADEditorControl and I want to use own toolbox.
Is possible activate functions from internal toolbox via own code?

Thanks
BR
Jindrich

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Own toolbox for CADEditorControl

Post by support » 30 Oct 2020, 16:55

Hello Jindrich,

There is a CADEditorControl.EntitiesCreator property which provides access to an EntitiesCreator class. The EntitiesCreator class contains a set of tools for visual creation of entities.

Please note that the EntitiesCreator class is available only in CAD .NET Enterprise.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply