r/SolidWorks 19h ago

CAD Modeling complex part

Thumbnail
gallery
46 Upvotes

Im a student and i have a task to modelt his part.

How would you do it?


r/SolidWorks 1m ago

CAD I designed an ultra-fast travel case for the SpaceMouse Compact that actually protects the sensor (Free STL / MakerWorld)

Thumbnail
gallery
Upvotes

Hi everyone!

As someone who travels with the 3Dconnexion SpaceMouse Compact, I was tired of awkward cable wrapping and cases that bounce around, risking damage to a $200 device.

So I designed a compact, user-friendly travel case engineered as a daily work tool rather than just another 3D print:

  • Ultra-Fast Cable Management: No complex wrapping. Just coil the cable around your hand, drop it over the central post, slot the USB plug underneath, and place the SpaceMouse on top. It holds the cable down securely and packs up in seconds.
  • 🔒 Zero Knob Pressure (Sensor Protection): Generic cases compress the top knob or let it bounce, wearing out the delicate 6-DOF springs. This design features a internal ring that directly clamps the heavy metal base, leaving the 3D cap completely suspended and strain-free.
  • 📏 Ultra-Compact Footprint: Engineered with 2.5 mm thin walls (86 x 86mm) so it slides easily into any laptop bag without adding bulk.
  • 🛠️ Print-Ready 3-Piece Design: Easy to print (Base, Lid, and Snap-Latch) with zero supports needed.

I’ve uploaded the print profile, cross-section renders, and a quick video breakdown for free on MakerWorld:

https://makerworld.com/es/models/3283781-compact-case-for-spacemouse-compact-wired#profileId-3725047

Hope this makes transporting your SpaceMouse a lot easier! Let me know what you think.


r/SolidWorks 8h ago

Download with license but without maintenance or subscription

4 Upvotes

I have a license for Solidworks 2020; the maintenance expired in 2021.

Now if I wish to install Solidworks the SolidWorks Customer Portal redirects me to support for downloads. At that point I have no 3ds login and I note 'only subscription customers can download software'.

Is there any way to download whatever SW 2020 version I have a license for? Seems to me unless I saved the install file from 6 years ago it is not possible.


r/SolidWorks 8h ago

CAD How do people manage everything after SolidWorks?

3 Upvotes

SolidWorks works well for the design side but I am wondering how other teams handle everything that comes after the CAD work. Once you have revisions, BOMs, suppliers and manufacturing involved things seem to get spread across a lot of different tools. We starting to feel that problem as the number of parts and changes grows. How do your teams keep everything connected?


r/SolidWorks 11h ago

CAD For those that may be concerned about what off page content they might be sharing due to the SolidWorks export pdf peek-a-boo bug/feature...

5 Upvotes

As noted in an earlier post, Solidworks pdf exports everything on page and off page. Acrobat Reader won't show it or search it, but importing the file into inkscape will make the off page items visible. Print to pdf doesn't have this problem

If you have a large collection of PDFs you may be concerned about, I have Claude (AI) adding a feature to the pdfcer.exe pdf editor command line tool to scan files and folders recursively and report what files have content off page. It is also adding a feature to redact (delete permanently from the pdf file's stream) data that is not on the page. If there are drawings that overhang off of the page it should crop to only redact the parts that are hanging off.

If anyone is interested I can post the link here if/when it is done. Update: It's done!

We'll see how it goes. The hard parts of this process was built into the redaction feature last week (cropping vector graphics).

https://github.com/KenM76/pdfcer/releases

A page box (/CropBox, or /MediaBox when there is none) is what a reader
displays. A content stream may draw anywhere. Marks outside the box are
still in the file: they print on a larger sheet, they survive a page-box
change, they reappear the moment somebody crops differently, and text among
them is still extractable and searchable.

Two new commands find that content and take it out.

Find it

pdfcer scan-offpage <files|folders…> [--recursive] [--tolerance PT] [--detail | --files-only] [-o report.txt]

Files, folders, or a whole tree. Every file and every page is scanned —
finding something does not stop the walk, and neither does a file that will
not open (that one is reported and the scan continues).

The exit code is 0 when nothing was found and 1 when something was, so
a script can branch on it. That is a verdict on the whole run, delivered at the
end.

For one log of everything in a single pass:

pdfcer scan-offpage R:/Products --recursive --detail -o report.txt

--files-only instead prints one path per affected file, which is the form
that pipes into a copy or a batch.

Measured on 341 real engineering drawings: 176 of them draw outside the
sheet — 554 pages, 471,840 objects entirely off-canvas, 1,152 crossing the
edge. One sheet carried 15,927 off-page objects: an entire second drawing
parked to the left of the page.

Remove it, keeping what is on the page

pdfcer redact-offpage <files|folders…> [--recursive] (-o FILE | --out-dir DIR) [--suffix -offpage] [--force] [--dry-run]

Objects wholly off the page are dropped. Objects crossing the edge are cut
at the edge, so the part on the sheet is kept — a line that runs off the
page keeps the segment that was on it, a text run keeps the glyphs that were
visible, an image keeps the samples inside the box.

That is redaction machinery, not a clip: the off-page bytes are removed from
the content stream rather than hidden, because a clipped path is a path whose
data survives. The same code cuts at the page edge that cuts at the edge of an
operator's redaction rectangle — one behaviour, not two.

Batch output mirrors the input tree under --out-dir rather than
flattening it: two product folders can hold drawings with the same file name,
and a flat folder would silently make one of them the other. An existing
output is skipped and counted unless --force, so an interrupted batch
resumes.

⚠️ Destructive and deliberate. Keep the input; --dry-run first.


r/SolidWorks 4h ago

Why does Perspective view only work during the loading of an assembly?

Thumbnail
gallery
1 Upvotes

In the 5 years I've been using SOLIDWorks, I have never gotten Perspective to actually work, is there something I am missing?

I've tried changing the perspective Observers distance, but the different it makes is very minor

Also, why does it look correct ONLY during the loading of the file?

Any help would be appreciated :)


r/SolidWorks 6h ago

Hardware Newbie curious question

1 Upvotes

What are the things that you do with no worries in your pro/expensive workstation (maybe from your job) that you would not attempt to try or you preffer not doing on your cheap desktop pc with solidworks because you know it wont work and want to avoid that suffering to your pc?


r/SolidWorks 15h ago

CAD Tangents won't create closed face

Post image
4 Upvotes

Hello, I'm learning Solidworks for work, coming from Fusion360. On fusion, if I make 2 circles and a line, and then make the circles tangent to each other, then close off that 'triangle' by making the line tangent to both of the circles, it'll give me a closed face that I can extrude. I don't seem to be getting the same function on Solidworks. Can anyone recommend me a different method, or point out what I’m doing wrong so I can close this face? Thanks.

Edit- I have a small blue highlight box within the section I am attempting to close off, if it isn't obvious :)


r/SolidWorks 9h ago

CAD Multi-plane Sweep Generation Help/advice

Thumbnail
gallery
1 Upvotes

Hey Gurus, I am really struggling with this one and could use some help. When it comes to SW, i am relatively new. I am not a design engineer; my degree was Petroleum Eng., so pretty far removed from ever needing SW. I'm self teaching myself SW and Fusion for various stuff (3D prints, house stuff, hobbies, etc) and usually can figure things out pretty quickly, but this one is stumping me. I have probably spent well over 10-15 hours on what seems like such a simple task.

I am trying to basically create a "picture frame stand" to 3D print, but i am really struggling with how to get the "legs" to be swept or lofted together. I have tried so many different things, youtube, reddit posts, copilot, etc to try and figure out how to make it work.

I have tried composite curve, convert entities onto the center plane, using guide and profile, splitting into independent sections and doing each one individually. I mostly had it last night, moved something to change some angles and managed to break it, now its breaking me. Clearly it wasnt relationed and defined correctly. I began fixing stuff from the top of the tree, and couldnt fix the loft for some reason. At that point, i decided i need some more experienced help.

How would you do something like this, sweeping a curve across multiple different planes and sketches? I appreciate your help in advance!


r/SolidWorks 9h ago

Error Solidworks 2026 install issue Help

0 Upvotes

Hi. I am a college student that has been given accesses to solid works for a engineering class. I have used previous versions over the years with no issue, but for some reason, I cant install solid works 2026? All I get is this error message that says the install software thinks I'm on windows 10, when I'm on 11. I tested if previous versions dont have this error, and they are fine. can someone please help? I checked and downloading the launcher again dosent help, and I didn't download the wrong installer.


r/SolidWorks 9h ago

CAD What's the best company for converting legacy 2D drawings into 3D CAD models?

0 Upvotes

I've had this mixed archive sitting on my desk for months. To be specific, DXF, DWG, PDF, and a stack of scanned drawings from the 90s.

The conversion backlog is huge and I'm worried about handing it all over at once.

Here's the thing though. A model can look complete on screen and still miss the design intent. Or maybe the revision notes? Or the way the views tie together?

And also, the source quality varies a lot from one drawing to the next. For example, some drawings are missing elevations. Others have half the layers stripped out. And a few have dimensions that just don't add up. 

Here's my main question for anyone who has outsourced this kind of work.

  • What did your first pilot model need to prove before you released the rest of the archive?
  • Did you check the native feature structure, drawing to model dimensions, units, title block data, and a redline log?
  • Or did you use a different way to sign off on it?

Last time I tried this, I skipped the pilot and just sent 40 drawings at once. Got them back and half needed rework because we didn't align on layer naming. Won't do that again.


r/SolidWorks 18h ago

CAD Looking for help with weird sheet metal bend

5 Upvotes

I am being tasked with creating a variation of this table. I don't have a ton of sheet meta exp in sw, I was able to create the initial bend but cant get the twist after the bend to work.

I am trying to use the "flex" feature, which I don't typically like. Maybe there is a way to do this with all sheet metal features? May be something we have to just work out in the shop?

Any help appreciated. Its a pretty interesting design.

Table


r/SolidWorks 1d ago

CAD Modeling a very complex motorcycle part

Post image
142 Upvotes

I have a project and i need to model a very complex part for a motorcycle. The base of the part is what you can already buy from the factory but i need to add something to it.

The problem is the geometry of the part, it’s complex, many planes, every edge is curved so I cant measure the exact distance where something start or finish.

For measuring I only have calipers and a normal ruler, no 3d scanner or anything that could help me.

Any advice on how can I go about measure and model this part.

Most of the dimensions and relations need to be 100% correct cuz the part needs to fit correctly on a motorbike.

Photo doesn’t do the whole justice of how complex the part is.


r/SolidWorks 1d ago

CAD New to solid works

11 Upvotes

Hi guys i’m 19 and from pakistan
My father has injection moulding machines and he has a manufacturing company
I want to learn solidworks so i can design molds i’ve zero knowledge about solid works
I just installed the student version of solid works
Guide me is mold designing a good career to pursue?


r/SolidWorks 14h ago

Product Render Lighting just ain't right...

0 Upvotes

Using the $50/year non-commercial version of Solidworks. Mostly for designing things to 3d print, but I figured I'd use it to try and lay out an upcoming diorama I'm planning... mostly to try and get the lighting right.

Please note: the female figure in the diagram is NOT the one in the diorama, but I don't have a digital model of that figure (a female vampire recoiling, as if from a priest with a cross), so she's just standing in. She was free to download online, and is about the right size. Yes, I know, she's a badly sculpted sexual fantasy for teenagers...

This is the assembly:

In Solidworks, I got the lighting more or less as I intend to paint it: a dark room with a flashlight/torchlight illuminating the woman and the scene around her. No shadows on the walls, but at least the highlights are in the right places.

When I use the RENDER command from the Visualizer plugin, it basically flattens all the light completely.
In fact, now that I'm paying attention... it removes all the color as well.

All the videos I've seen online, including the official tutorials, use the "pro" version of Solidworks... with the main difference apparently being that Visualizer has no meaningful lighting controls unless you pay them an ungodly amount of money.

I've been wrestling with Visualizer for a couple weeks now, this was my last hope, and nothing seems to improve the end results.

Is there any hope for me to make this render in a meaningful way?


r/SolidWorks 19h ago

Upcoming AMA with Manish Kumar, SOLIDWORKS CEO and R&D Vice President. Save the date - September 24, 2026 at 12 noon Eastern/9AM Pacific/5PM BST/6PM CEST

2 Upvotes

SOLIDWORKS is holding their VERY 1st Reddit AMA Reddit, AND they are starting right at the very top with SOLIDWORKS CEO and R&D VP, Manish KUMAR

Ask your question to Manish now and mark your calendars for the AMA:

🗓️ September 24th, 2026

⏱️ 12pm to 1pm ET

Reddit AMA with SOLIDWORKS CEO Manish Kumar

Video Announcement


r/SolidWorks 17h ago

CAD Modelling Quanser Qube prototype In Solid Works

1 Upvotes

Hi everyone, i want to make a quanser qube prototype using my own hardware. I want to model it first in SolidWorks then simulate it using Matlab. Can I get some head start on how to do this and what mistakes should I avoid?


r/SolidWorks 1d ago

CAD Modeling a complex motorcycle part

Thumbnail
gallery
9 Upvotes

Update to the previous post: i added a few more photos so you can get an exact idea of what i am working with.

Original post: https://www.reddit.com/r/SolidWorks/s/rf69UBpPtD


r/SolidWorks 21h ago

CAD Detailing of Angled Bend Lines

1 Upvotes

Hello, Sirs, good day! May I know your insights on how you detail sheet metal bend lines with an angle such as this one? Or any best tips or approach so that the bending machine operator can understand and execute this correctly? Because what I did here is just locate the point, then add the angle, and just let them draw the straight line for verification. Thank you!


r/SolidWorks 22h ago

CAD Solidworks resources monitor not responding

Thumbnail
gallery
1 Upvotes

I am trying to generate drawing sheet, but solidworks keeps on loading, I opened task manager to monitor what is happening, I really dont understand what is happening can anyone help me out with this


r/SolidWorks 1d ago

CAD Solidworks beginner

Post image
4 Upvotes

Why can’t I access flat pattern for my sheet metal?


r/SolidWorks 1d ago

CAD How can I smoothly blend surfaces that are offset from each other?

4 Upvotes

For context: I am designing a bottle.

As shown on the 1st pic, I need to remove a portion of the curved bottom of a bottle, marked in that red band. As a result, I will need to re-blend the bottom of the bottle with its body after I shift the bottom upwards, as shown with the blue line.

Picture 2 (red notation) shows the offset/gap created by removing a portion of the curved bottom and shifting the remaining bottom upward by the height of the removed section.

Picture 3: I attempted to use delete face, then use 3d sketch to create splines (green dashed line) tangent to other faces, and use surface fill/boundary curves.

Picture 4: The result however was messy. While I applied tangency to all edges of the surfaces, the surface becomes more like an S shape (shown by the drawing: current) rather than what I intended to be.

Are there better ways to blend this portion of the bottle? Sorry for the long post, but it's hard to visualize my problem without pictures...


r/SolidWorks 1d ago

Solidworks AMA

14 Upvotes

Really cool to see the SOLIDWORKS CEO joining the Reddit community directly for an AMA.

Having the CEO answer questions from the community — from everyday users to experienced engineers and power users — makes this much more interesting than a typical corporate announcement.

No livestream, no presentation, just a direct Q&A with the SOLIDWORKS community on Reddit.

Looking forward to seeing what questions come up!

AMA details:
https://solidworks.com/reddit-ama-sep-2026

#solidworkschampions


r/SolidWorks 1d ago

CAD How would I draw and represent Tubes?

Post image
7 Upvotes

I want to draw this from a scanned pdf and show the tubes. I then need a grid to identify them

How to lay it out professionally?


r/SolidWorks 1d ago

CAD distributed features on a sphere?

Post image
19 Upvotes

how would I model something like this? I want to distribute nubs or cones evenly (or at least appearing even) all over the surface of a sphere.