• @ArmainAP@lemmy.ml
    link
    fedilink
    811 months ago

    I wonder, what makes a good CAD system?

    I had this idea for a while to build a Frankenstein monster of a 3D software that uses real time graphics and has a multi step build process covering CAD, wireframe manipulation and voxel workflows. If I ever actually make it, your concerns will be heard despite being probably not the best softwsre to do your work in :)

    • @Aux@lemmy.world
      link
      fedilink
      2411 months ago

      CAD system must be reliable. It is simply unacceptable to have math issues which cause unpredictable geometries.

      CAD system should have a good UI. This is a big issue for open source software in general as UI and UX is usually an afterthought.

      CAD system should be fast and use hardware acceleration. Running single threaded python scripts on CPU to do complex computations kills the productivity. Designing real life objects is already a mentally taxing task, the whole purpose of CAD is to remove the computational bottleneck of a human.

      CAD should be object aware. If I draw two gears and put them next to each other, I should be able to rotate one and see the other moving accordingly.

      This is a bare minimum, I’m not even talking about computational modelling, stress testing, etc.

    • @EddoWagt@feddit.nl
      link
      fedilink
      911 months ago

      Proper math and an intuitive interface, the opensource alternatives really struggle with some basic functions

    • @stealth_cookies@lemmy.ca
      link
      fedilink
      111 months ago

      That is a question too hard to answer in a comment and one that depends on the use case of the software. Few users need the power and features of CATIA or NX, but those who need it can’t accept anything lesser. SolidWorks is a good spot in terms of flexibility and features if it could be easier for the average person to use. You need proper accurate parametric modeling (e.g. a NURBS kernel) for solid models and surfacing. Hearing things like wireframe and voxel indicates it isn’t suitable to me.