×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Learning SolidWorks........
5

Learning SolidWorks........

Learning SolidWorks........

(OP)
Hi,

How long you think would take to learn SolidWorks?
In the last 10 years, I used Catia V5, V6, 3DEX and NX.
I have estimated that it wouldn't take more than a week (knowing already another CAD system may be beneficial).
But I trust your opinion more than mine.
What do you think?

Thanks,

CAD 2015

Replies continue below

Recommended for you

RE: Learning SolidWorks........

2
You could be useful in less than a week, depending on the type of work you are doing.

I learned SW on-the-fly after years of UG (now NX) and Pro/E (now Creo). By the time there was an opening in the training schedule I didn't need it.

If you know how to design, then transitioning CAD shouldn't be difficult. Geometry is still just geometry. Sketch constraints, datums, features, etc. are all the same.

Except for Creo.

RE: Learning SolidWorks........

(OP)
TheTick,

Thanks for your reply.
It's always a pleasure to share info of this kind with decent people.............

Regards,

CAD 2015

RE: Learning SolidWorks........

I agree completely with TheTick. I would say after three weeks you should get the hang of it and know where are the features you need and really get to a decent speed. Before that there's some exploration needed to understand the advanced features.

Patrick

RE: Learning SolidWorks........

(OP)
Thank you, Patrick.

CAD 2015

RE: Learning SolidWorks........

Quote (CAD2015)

In the last 10 years, I used Catia V5, V6, 3DEX and NX.

Same. Used CATIA V5 and NX for 5 years each, then downgraded to SW 2020.

You will feel frustrated by the lack of features, control, bugs, and overall simpleness of the software.

What's your application? Also your question is pretty broad, "learn" isn't an objective criteria.

You can probably make simple models/drawings the first week.

It depends how much you want to "learn". I make it a point to become an expert in the engineering software I use, so I spend in the beginning, I spend lots of time reading documentation, googling "how to do xyz", I usually by a reference book, and start bookmarking good how-to guides or resources for tutorials (javalin-tech.com , cadbooster.com)

I started using Solidworks 5 months ago and I have a pretty good grasp of its capabilities and limitations.

Here are some helpful tips that helped me transition (mostly what you can/and can't do in SW compared to other CAD software)

  • SW is very buggy and unstable compared to other software. If something is isn't working according to documentation, close everything and restart and see if the problem persists. I've had weird graphical issues where 3D parts will vanish when alt-tabbing between open docs. Try to avoid multitasking (running multiple commands at once. SW gets flaky.
  • Consider making a bug list for your own reference.
  • If you leave your "Measure" tool window open and change views from front to ISO, it will clear your selections and measurements. Sometimes clicking inside the measure tool window will restore them
  • Copy/Paste components/assemblies between different documents is useless. SW does not retain positioning data and it's almost random. I did testing and my paste orientation would change depending on the components I had selected. It was never consistent.
  • SW is very weak with multibody modeling. The commands for Move/Rotate Part Body are so simple it's laughable. Take this into consideration when building your models
  • UNDO is extremely unreliable. Anytime you plan to do something you might want to roll back. Save all your work. UNDO might not be available.
  • CSYS in SW are useless. They are only used for CG/mass measurements and moving the origin during .STEP export
  • CSYS do not create XYZ vectors/planes
  • SW does not define vectors using planes. You must select edges or faces.
  • Save Management is terrible in SW. Solidworks wants to Save EVERTYTHING...all the time...stuff you're not even working on. It gets worse when your components have external references. The underlying code must "touch" these files for odd reasons and consider them changed. You don't have to option to "not save" a modified file. Your options are "save everything" or "save nothing". In CATIA you could manually turn on/off which files you wanted saved. There are some options to improve this but they create other issues. "External References as read-only" makes it harder to work in assemblies. All the children parts open as read-only. To remove the RO flag, you have to (in the top level assembly!) right click-> EDIT. This will prompt you with the option of making it writeable YES/NO. If you right click and OPNE you are not presented with this option, only "This file is read only...blah blah blah". There are also "Collaboration" features which I've not tested that may help. Play around with the options. See more here. https://blog.trimech.com/working-concurrently-on-s...
  • Edit Component Custom properties CANNOT be done in the context of an assembly. You MUST open the part in a separate window (annoying!)
  • You can instantly flatten any assembly using "Dissolve", this will keep it parametric. To flatten it as a dumb solid ("Save CATProduct as CATPart") goto File -> Save As -> File type change from .SLDASM to .SLDPRT
  • In CATIA V5 I used "Cumulative Snap" (DMU Navigator) to position components. In NX, I used "Move Component". I've found these useless in SW and so I use mates. You can use mates for positioning, click checkbox "For positioning only" during the command.
  • There is no equivalent command to remove parametric features from a model and turn it into a dumb body ("remove parameters" in NX / "copy,paste special->break link" in CATIA V5)
  • A work around to this is you can save any part/assembly as a .STEP, .x_t, or .IGS and it will defeature your model. You can then re-import them but you'll have to reposition them.
  • SW does not work well with absolute positioning. In CATIA, you can use the compass to to know X,Y,Z coords/angles and move/rotate. Not possible with SW. You can move a component to 0,0,0 by "Move to XYZ". There's also a a TRIAD in SW but it's gimped compared to other CAD. It's only best for moving/rotating about global XYZ axis.
  • For top down design google "Envelope" components. It's a way of importing 3D models as reference. They are not included in the BOM and they can be pushed downstream with "Envelope publisher"
  • You can also look at "Insert Part" within part which will allow you to use mates to position reference components with your part.
  • Some annoying settings to know about. Settings -> System Options -> Display -> Highlight all edges of features selected in graphics view. (KEEP TURNED OFF)
  • Settings -> System Options -> Display -> “Dynamic Highlight from graphics view” , toggle ON.
  • When Importing a .STEP file (via File->Open), SolidWorks keeps a link to the original .STEP file (not desired). You can tell there’s a link when you see “ -> “ in the FeatureManager. Break the link to the .STEP file by RMB clicking in the Feature Tree -> Dissolve Feature. This will ensure that your file isn’t looking for the .STEP file in your Downloads folder. [BUG] This will also unlock the Custom File Properties so you can enter P/N, name, and vendor. (these will be greyed out when linked to the .STEP file)
  • SolidWorks has a feature called “3D Interconnect” that causes the linking behavior.
    It’s possible to disable, but I don’t recommend it. That caused other issues (.STEP files import as multiple part files & assembly instead of a single part file with multi-bodies – despite specifying settings in SW not to do this)
    https://www.goengineer.com/blog/step-and-iges-file...
  • You can use this filter box to search the Feature Tree. Helpful for finding parts. https://help.solidworks.com/2019/english/SolidWork...
  • Here’s a small list of keyboard short cuts you might find useful.
  • • S – Shortcut bar
    o Shortcut windows appears under your mouse for quick commands
    o There are 4 versions depending on your context (part, assy, dwg, sketch)
    o Fully customizable
  • • Spacebar – Orientation view
    o Allows you to save, modify views
    o View selector (giant transparent cube) can be toggled on/off here or activated with CTRL+Spacerbar
    o Saved
  • CTRL+Spacerbar – activate View selector (giant transparent cube)
  • * (asterisk) – fully expand the tree of selected item in FeatureManager
  • SHIFT+C – fully collapse all trees in FeatureManager
  • As a best practice, I always recommend that sketch dimensions and measurement values show at least (4) .XXXX decimals places.

    I’ve been bitten in the past where the displayed values doesn’t match the ACTUAL value, and this can be a confusing when your geometry doesn’t match what you expect.

    The settings for sketch/drawing decimals are SETTINGS -> DOCUMENT PROPERTIES -> UNITS
    The settings for measurements are in the measurements window. Click “in/mm” for Units/Precision.
    You can also change individual dimensions using PropertyManager.
  • Drafting in SW is comparable to other software. I haven't found any glaring missing features
  • Note there's no chamfer dimension tool. Use Smart Dimension
  • Use Hole callout for holes.
  • Centerlines and center mark default settings are wonky. I'm still trying to get these to work/look right
  • Customizing the UI toolbars can be annoying. I can't get them to stack. They always place side by side and run off the screen or move above the tabs and push them down. You might have better luck.
Good things about SW
  • Best Hole Wizard I've seen
  • Best standard toolbox library. Highly customizable
  • Integrated drafting BOM works well
  • Popular aftermarket support - google "McMaster Carr solidworks add in
  • API is well documented and there are TONS of examples, references to build upon.
  • Best Photo renderer of any CAD package
  • Lots of 3rd party software to add functionality
  • Updated yearly with new features. There's a ER Enhancement requests that can be submitted/voted upon by the community. You'll need access to "Solidworks customer portal" website.
  • Lots of guides/resources on the internet.
  • Highly customizable - there are lots of options to configure the software the way you want
  • Import/Export of 3D data is seamless. Better than any other software which requires additional licenses or modules.

RE: Learning SolidWorks........

Quote:

SW is very buggy and unstable compared to other software. If something is working according to documentation, close everything and restart and see if the problem persists.

Seems like an acceptance of the situation. Or a typo.

RE: Learning SolidWorks........

(OP)
Thank you all for your information.
All your replies were very usefully and I'll use them accordingly.
You've made my day!
bigsmile
Regards,


CAD 2015

RE: Learning SolidWorks........

3DDave, yes. Thanks tongue

CAD2015,

Another one I forgot.

  • Be familiar with "Instant2D" and "Instant3D" features. Sometimes they help, sometimes they hurt.
I find Instant2D particularly annoying when sketching.

Makes it very hard to select/access the PropertyManager for dimensions

https://www.javelin-tech.com/blog/2017/06/solidwor...

RE: Learning SolidWorks........

^YES

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login



News


Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close