![]() |
CorelDraw Docker to create part of 3D box for laser/CNC cut
1 Attachment(s)
My first C# WPF custom docker :D
Full post at http://forum.oberonplace.com/showthread.php?t=24647 Used internally in our workshop Plixo, in Singapore, to laser cut parts for boxes. With this docker you can configure width, height, depth, material thickness, kerf, bottom and top existence and position, and just generate the optimized cut. The docker: http://www.plixo.com.sg/software/scr...oBoxDocker.png Full details in this thread : http://forum.oberonplace.com/showthread.php?t=24647 Find attached the dll zipped , to be installed in your Add-on folder. Original file also avail for download here : PlixoBoxDocker.dll Here is the VBA code to add the docker to CorelDraw, you will have to modify path according 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. Just thanks us is useful via a like on our page, on facebook or with a link to any of our services :angel: |
C# code for this docker
1 Attachment(s)
See attached.
Feel free to use as long as you keep Copyright and author ;-) My way to start returning some for everything I learned here... |
All times are GMT -5. The time now is 07:09. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com