![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
My first C# WPF custom docker
![]() Very useful for us internally since, as part of our Acrylic manufacturing services in Singapore we routinely have to laser cut parts for boxes, and until now we not only had to manually create each parts [front, back, sides, top, bottom] but also compensate for material thickness, either top or bottom inside or outside depending on customer aesthetic preferences, kerf in critical cases and even more important place the parts and remove the double lines for optimized cut. This docker solve all this by allowing to configure width, height, depth, material thickness, kerf, bottom and top existence and position, and just generate the optimized cut. The docker: ![]() Generated parts, without optimization: ![]() Generated parts, optimized: ![]() Generated parts, optimized, after manually moving some so you can see actual drawing ;-) : ![]() So I attach the dll zipped due to forum rules, to be installed in your Add-on folder. Original file also avail for download here : PlixoBoxDocker.dll and below code to add the docker to CorelDraw, you will have to modify path acorrding to your installation [will work on an installer later]: Sub AddPlixoBoxDocker() Dim dockerAssembly As String dockerAssembly = "C:\Program Files\Corel\CorelDRAW Graphics Suite X6\Programs64\Addons\PlixoBoxDocker\PlixoBoxDocker.dll" Call FrameWork.AddDocker("930ED04A-1EE5-4F37-BF06-8F9A5820262E", "3D Box", dockerAssembly) Call FrameWork.CommandBars("Dockers").Controls.AddToggleButton("930ED04A-1EE5-4F37-BF06-8F9A5820262E", 0, False) End Sub Feel free to provide feedback either on this forum or by email at dev@plixo.com.sg. Hoping to provide more tools free here, will go commercial only when it's a full suite worth it and able to allocate enough time for real support ;-) So feel free just to thanks us is useful via a like on our page, on facebook or even better by adding a link to any of our services ![]() |
#2
|
||||
|
||||
![]()
I already have a macro that will create dockers from DLLs. If anyone is interested. You install it like a regular macro and can even be installed temporarily in the new X% and X6 macro manager window.
__________________
Sean Waiting for a ride in the T.A.R.D.I.S. |
#3
|
||||
|
||||
![]()
I already have a macro that will create dockers from DLLs. If anyone is interested. You install it like a regular macro and can even be installed temporarily in the new X5 and X6 macro manager window.
__________________
Sean Waiting for a ride in the T.A.R.D.I.S. |
#4
|
|||
|
|||
![]()
Just updated our 3D part box maker docker, to allow specifying dimensions as internal dimensions.
Greatly reduce the number of mistakes ;-) See new screenshot of the docker: ![]() And attached zipped DLL, just replace it in your add-on folder, no need to re-register the docker |
![]() |
Tags |
c# programming, custom, docker, laser cutting, wpf |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CAM Laser Corel | diegoroman17 | New product ideas | 0 | 16-08-2012 09:38 |
Splict funtction parts retrieval | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 2 | 06-04-2012 07:30 |
Custom Docker | aakkaarr | CorelDRAW/Corel DESIGNER VBA | 1 | 27-10-2010 14:07 |
How do I generate a OCR-B in CorelDRAW®? | khiretex | General | 3 | 04-03-2008 03:08 |