OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

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

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
Attached Files
File Type: zip PlixoBoxDocker.zip (15.0 KB, 1338 views)
Reply With Quote
  #2  
Old 10-12-2013, 08:21
ddonnahoe's Avatar
ddonnahoe ddonnahoe is offline
Senior Member
 
Join Date: Jan 2004
Location: Louisville, KY
Posts: 552
Send a message via ICQ to ddonnahoe Send a message via AIM to ddonnahoe Send a message via MSN to ddonnahoe Send a message via Yahoo to ddonnahoe
Default

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.
Reply With Quote
  #3  
Old 10-12-2013, 08:21
ddonnahoe's Avatar
ddonnahoe ddonnahoe is offline
Senior Member
 
Join Date: Jan 2004
Location: Louisville, KY
Posts: 552
Send a message via ICQ to ddonnahoe Send a message via AIM to ddonnahoe Send a message via MSN to ddonnahoe Send a message via Yahoo to ddonnahoe
Default

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.
Reply With Quote
  #4  
Old 19-12-2013, 21:07
Plixo Plixo is offline
Junior Member
 
Join Date: Oct 2011
Location: Singapore
Posts: 19
Default Minor update to Box Docker, now support use of internal dimensions

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
Attached Files
File Type: zip PlixoBoxDocker.zip (30.6 KB, 1317 views)
Reply With Quote
Reply

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
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
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


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


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