OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Corel User Forums > CorelDRAW > Macros/Add-ons

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-12-2013, 08:58
Plixo Plixo is offline
Junior Member
 
Join Date: Oct 2011
Location: Singapore
Posts: 19
Smile CorelDraw Docker to create part of 3D box for laser/CNC cut

My first C# WPF custom docker

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:


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
Attached Files
File Type: zip PlixoBoxDocker.zip (15.0 KB, 1427 views)

Last edited by Plixo; 09-12-2013 at 08:59. Reason: minor spelling mistakes
Reply With Quote
  #2  
Old 09-12-2013, 09:03
Plixo Plixo is offline
Junior Member
 
Join Date: Oct 2011
Location: Singapore
Posts: 19
Default C# code for this docker

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...
Attached Files
File Type: zip PlixoBoxDockerCSharp.zip (6.5 KB, 1609 views)
Reply With Quote
Reply

Tags
box, cnc, coreldraw, docker, laser cut


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Docker to generate parts of 3D box for laser/CNC cut Plixo CorelDRAW/Corel DESIGNER VBA 3 19-12-2013 21:07
Problem with reference to create Docker. coreldrawer Macros/Add-ons 3 13-02-2013 22:50
CAM Laser Corel diegoroman17 New product ideas 0 16-08-2012 09:38
this is the first part of my problem. wellboy SecuriDesign 1 24-04-2012 14:10
create docker window vharun CorelDRAW/Corel DESIGNER VBA 2 26-05-2004 07:56


All times are GMT -5. The time now is 14:49.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com