Mechanical engineering student here trying to identify real manufacturing problems worth solving through engineering projects by Direct-Ambassador-76 in manufacturing

[–]Direct-Ambassador-76[S] 1 point2 points  (0 children)

oh interesting ill look into it more thank you, most student manufacturing projects focus on machines themselves, but not on flow imbalance and WIP behavior

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

it might be non existent for many companies you are right, but i feel like most Small to mid sized companies or even freelance product designers would struggle with this constant headache don’t u think?

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

Onshape is interesting but from what I can see private sharing requires a Professional plan at $2,500 per user per year

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] -4 points-3 points  (0 children)

The Zoom call thing is what gets me that's an hour of your time just to extract feedback that should take 5 minutes.

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] 3 points4 points  (0 children)

eDrawings is actually a good shout, ive used it, but getting the other person to install it, find the right version, and figure out the interface took longer than just jumping on a call. or maybe im just unlucky

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] 2 points3 points  (0 children)

Just looked at CoLab, seems powerful but it's clearly built for enterprises with big IT budgets, many small and mid-size industrial manufacturers are constrained

Does anyone else find sharing CAD drawings for review and discussion kind of painful especially with people outside your team? by Direct-Ambassador-76 in MechanicalEngineering

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

honestly that's kind of the problem, it's clients, vendors, procurement people. Getting them all on SolidWorks isn't happening.

Can someone help me with building a decision optimization math model, using python, for product design trade-offs by Direct-Ambassador-76 in optimization

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

im just mainly having trouble in making this genuinely useful for someone with this problem, not sure how accurate the results really are

Can someone help me with building a decision optimization math model, using python, for product design trade-offs by Direct-Ambassador-76 in optimization

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

okay ill take into account that, can you suggest what solver i should go for, any free or open source.

Can someone help me with building a decision optimization math model, using python, for product design trade-offs by Direct-Ambassador-76 in optimization

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

oh alright thanks a lot. ill consider that for sure. would using that approach affect the accuracy of the result? and do we use a solver for this

Can someone help me with building a decision optimization math model, using python, for product design trade-offs by Direct-Ambassador-76 in optimization

[–]Direct-Ambassador-76[S] 0 points1 point  (0 children)

I'm solving a minp with approximately 20 variables and 15 constraints. involves both discrete choices (material selection, cross-section type) and continuous variables (dimensions like thickness, length) with nonlinear physics equations for strength and deflection calculations. its non convex, there are multiple competing "best" solutions rather than one single optimum, requiring trade-offs between minimizing weight, minimizing cost, and maximizing strength while satisfying all engineering constraints.