Page 1 of 1

Own toolbox for CADEditorControl

Posted: 24 Oct 2020, 21:12
by JindřichNikodem
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

Re: Own toolbox for CADEditorControl

Posted: 30 Oct 2020, 16:55
by support
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