Own toolbox for CADEditorControl
Moderators: SDS, support, admin
-
- Posts: 2
- Joined: 24 Oct 2020, 13:25
Own toolbox for CADEditorControl
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
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
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
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
Chat support on Skype: cadsofttools.support