Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

SolidWorks + AI generative design: what actually works vs hype in 2026?

Last updated on 13 hours ago
A
admin2Member
Posted 13 hours ago
Dave_Morrow
Product Design Lead · Ontario
Feb 2026
Real talk — SolidWorks' native topology optimization (available through Simulation Premium) is honestly still limited for production use without a workflow wrapper. The results it gives are organic mesh blobs that you then have to remodel manually anyway. What I've actually shipped in 2026 uses a hybrid approach: run the topo-opt in SW for load-path intelligence, export the STL, bring it into nTopology or Altair Inspire for cleanup and lattice infill, then reimport the final B-rep solid back into SW for drawing and assembly. The AI part is in the middle step — nTopology has ML-assisted smoothing that respects your manufacturing constraints (minimum wall thickness, draft angles for injection molding, etc.). It's not magic but it cuts the "interpret the blob" step by about 60%. Check ntopology.com/resources for their 2025 workflow guides, they're genuinely good.
A
admin2Member
Posted 13 hours ago
Ana_Belova ✓ FEA Specialist
Simulation Engineer · Prague
Feb 2026
Dave's spot on about the remodelling gap. One thing I'd add — if you're scripting the SW side with the API, you can automate the topo-opt study setup so it becomes part of a parametric loop. The SolidWorks API exposes the simulation study object and you can drive load cases programmatically using C# or VBA. Here's a C# snippet to set a topology optimization target mass fraction via API:

// C# - SW Simulation API, set topology mass target
SimulationStudy study = swModel.GetActiveStudy() as SimulationStudy;
TopologyStudyOptions opts = study.GetTopologyStudyOptions();
opts.TargetMassFraction = 0.35; // keep 35% of original mass
opts.ManufacturingControl = swsTopologyMfgControlType_e
 .swsTopologyMfgControlThickThinWalls;
study.SetTopologyStudyOptions(opts);
study.RunStudy();
A
admin2Member
Posted 13 hours ago
Combine this with a parameter sweep on load magnitudes and you can explore a design space automatically overnight. The API reference lives at help.solidworks.com API docs — make sure you're on the 2025 version of the docs, some method signatures changed from 2024.
A
admin2Member
Posted 13 hours ago
Jake_Torrance
Mechanical Designer · Texas
Mar 2026
The elephant in the room nobody talks about — Autodesk Fusion's generative design is actually more mature for multi-constraint topo-opt than SW right now, even in 2026. I know it's heresy on a SW thread but if your company has a Fusion subscription alongside SW, it's worth running topo studies in Fusion just for the cloud solve capability and the cleaner obstacle geometry workflow, then importing the output body into SW for the rest of the process. The export as a T-Spline body that you can then convert to a STEP for SW import is genuinely usable now. Worth knowing even if you live in SW land.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 2
Members Online 0

Total Members: 40
Newest Member: Remax14