Pre-Sales Question
All  1-5  6-12

Previous
Next
 From:  BurrMan
10373.6 In reply to 10373.4 

Be sure to ask questions here for a good evaluation while modeling.

Kerfing? Not in the sense of calculation "setup sheets". But there are tools to use on a more home level. So you can model a 90° then fillet to represent a bend then "uwrapcurve" to get the length of the 2 sides with the fillet.

But actual kerfing as in sheetmetal calcs when bending various types and thicknesses, you will need more specialized "sheetmetal" software for that...

And a hint for exporting is, the export command works on "selected objects". So a full assembly scene, with all components, just select 2d plan objects and export, only those.

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Larry Fahnoe (FAHNOE)
10373.7 
Hi Sam,

I think you will find MoI to be well suited to the tasks you mention, though you may need to learn to think a little differently than the way a given task might be done in other CAD packages. It absolutely will do the 2D and 3D tasks, and as Ed mentions, starting with 2D curves is a very good way to develop accurate 3D models. MoI's tools are fewer and more "elemental" (if you will) than some of the big CAD packages, but they are thoughtfully produced, powerful and work well together. While I do not do 3D printing, I use MoI to model everything that I build (from machine parts to buildings), and then produce 2D construction drawings that I use to actually make things. I have also exported parts for laser cutting and have had no issues (though I've not done that a lot). While many use MoI for more artistic purposes, I find it extremely helpful for making things. Suggest spending some time with the manual as well as the forum as both are helpful in learning "the MoI way". If you're used to something like SketchUp, it would also be helpful to learn a little about NURBs vs. polygon modelers...approximated curves in SketchUp dove me nuts, with MoI they're the way the good lord intended them to be!

--Larry
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
10373.8 In reply to 10373.1 
Hi Sam!

Sure! I believe MOI 3D would be a very good choice for that! ( I was able to recreate your box/container geometry in MOI in matter of minutes! ( take a look at the attached file)

Note_1:In MOI 3D every thing is built around speed :-) So, for your box if you make top part and side part you can quickly mirror top/and side part to get bottom and other side part! By assembling them you are able to get your back part just by drawing a box and extrude it ( until now you would have a simple extruded box with height of your desired final box and width of it would be equal to width of your desired final box needless to say it thickness is equal to thickness of your plexi sheet you want to cut your box out of! ) in next step you put this raw box on the place your back part would rest; then you can perform boolean subtract operation and subtract top+bottom+sides from your raw box! and there it is! your back part! ( in a matter of seconds well maybe few minutes)

Note_2: if you assign a short key to below script you would be able to select a face and quickly extract outline of the selected face! ( that would help you to quickly get the outline of your back part for your laser cutting project!) MOI is able to save files in DXF format and to my knowledge most laser cutting machines can read that format! :-)

script: /* Select edges v1.4 */ var gd=moi.geometryDatabase, so=gd.getSelectedObjects(); function ss(o,v){o.setProperty("selected",v)} function sl(o){ for ( var i=0; i<o.length; ++i ) o.item(i).getEdges().invertProperty("selected");} gd.selectLoop(); sl(so.getFaces()); sl(so.getSolids()); sl(so.getOpenBReps()); sl(so.getSingleFaceBReps()); ss(so.getBReps(),0); ss(so.getFaces(),0);

Note_3: Recreated box is based upon the image you sent! therefor the holes are missing! The gaps that would be created due to laser cutting in not calculated! and my estimation is that the dimensions of your box are approximately as follow: 98 mm by 120 mm by 30 mm (Or 3.85 inches by 4.72 inches by 1.18 inches)

EDITED: 17 Jun 2023 by DRILLBIT

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
10373.9 In reply to 10373.8 
You say "Outlines" from a selection of faces
seems it's more Outlines of "each faces" ?
Am I right ?

---
Pilou
Is beautiful that please without concept!
My Moi French Site My Gallery My MagicaVoxel Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
10373.10 In reply to 10373.9 
Yes! You are right :-)

But for sam's case it works! ( I mean if he generates the back part using boolean subtracts and then selects just of face he would be able to extract outlines for his laser cutting project ) :-)



1- shows the object generated using boolean (subtract)
2- if you select the face shown and then using the script you are able to select edges connected to that face
3-Outline which is needed for Sam's laser cutting project :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  twofoot
10373.11 In reply to 10373.1 
Sam, I use Moi every day to create models for 3D printing using SLA and LCD technologies. I also use it for laser cutting, sometimes using the 2D base of a 3D model. It works FLAWLESSLY in this capacity. It is "engineering grade" 3D design, not just a toy for doodling.

Spend the *tiny* sum that Moi costs. I also use Inventor and Solidworks, and their price tag is jaw dropping, but their workflow is not. Moi has an amazing price point and an excellent intuitive workflow.

See some of my work here: www.facebook.com/ADKrail and https://flic.kr/s/aHsmVakUvj

Chris
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Matadem
10373.12 
Good day.
After trying allot of other 3d softwares..sketchup,Rhino, blender etc I bought Moi since it was very easy to learn and getting thing done quickly.

I use Moi3d with Prusaslicer for all my 3d printing needs, also for 2d drawings and just for about anything I want to build and design.
Right now I have a 4x8' cnc router and rotary axis on its way...For this I will be using Moi3d, VcarvePro and maybe 3dcoat for more artistic stuff.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-5  6-12