5

Нужные страницы

Translate

Search

понедельник, 9 октября 2017 г.

SmartMates in Solidworks

In Solidworks, you can simplify the interfacing of components. Press and hold "Alt" to move the mouse pointer to the desired surface, press the left mouse button and drag to the second surface for the auto-conjugation. A pane will appear with the default interface already selected for these surfaces. Those. if the surface is flat, then the automatic interface is a coincidence, if the surface is cylindrical, then the automatic interface is concentric. There are other options for automatic pairing



(SmartMates Procedures)
Desired Mate Action
What to Do
Mate two components already in the assembly. Press Alt and drag one component onto another.
Mate a new component while adding it to the assembly.Drag a part from another window onto another part in the assembly.

  • From a part file: Select an entity and drag.
  • From an assembly file: Hold down Shift, then select an entity and drag.
Fully mate a commonly-used component while inserting it in the assembly.Drag a part with mate references from Windows Explorer or the Design Library into the assembly. This method can fully mate a new component, but you must set up mate references beforehand.

Types of SmartMates
The mates added by the SolidWorks application depend on the situation.
    In most cases, the application creates one mate. The type of SmartMate created depends on the geometry used to drag the component, and the type of geometry onto which you drop the component.
    The application creates multiple mates under certain conditions:
  • If the application finds circular edges to mate, it creates a peg-in-hole SmartMate.
  • If the application finds circular edges and a circular pattern that matches on both components, in addition to the peg-in-hole SmartMate, it adds a concentric mate to line up the patterns on flanges ( useful for pipe fittings).





    For more information on auto-mates, see Solidworks Help.

    Quick add special symbols to Solidworks


    When filling in those. requirements it is necessary to put a symbol of diameter, plus-minus, degree, etc. Adding using the symbol table is not fast. And in the design it is desirable to optimize the routine work, it means the design of the drawings.
    For example, to insert a symbol from a symbol table, you need to go through three menus, and then select the one you need from a large number of fonts. Yes, there is a huge choice in the symbol table, but the designer does not need technical requirements for it, it needs quite a few special symbols.
    Solidworks - Добавление спецсимволов
     Adding special symbols


    Solidworks - Библиотека обозначений
    The Symbol Library
    Solidworks - Таблица символов
    The Symbol Table


    If you apply a dimension, the symbol of diameter and degree can be added quickly.
    Solidworks - Добавление диаметра в размер
    Adding a diameter

    then in the notes so simply does not work. It will be necessary to make quite a large number of mouse clicks until you get to the required symbol. Fortunately, there is the ability to quickly enter special characters using ALT-codes. To enter a special character, press and hold ALT to enter the numeric character code.
    List of most frequently used:


    English keyboard!
    (±); input: ALT+0177
    (°); input: ALT+0176
    (²); input: ALT+0178
    (³); input: ALT+0179 
    (Ø); input: ALT+0216
    (ø); input: ALT+0248 



    Of course, on this list of ALT-codes is not limited, the full list can be found in nete, on the same wikipedia.
    I think that to speed up the input to remember a few digital codes will not be difficult, try. Of course, you can enter some special characters using internal Solidworks codes such as <MOD-DIAM>, <MOD-DEG>, <MOD-PM>. What is the analog of diameter, degree and plus or minus. But the ALT code is shorter and easier to type.

    Macro for creating a spring

    The spring is one of the standard products, which is often used, but it is desirable to automate the simulation. Fortunately, there are enthusiasts who undertake this work. Macro for creating springs of tension and compression "SpringSW" - author of Shvg. To use the macro, you must add it to add-ins. To do this, open "SpringSW.dll", then "Spring" will appear in the "Tools" menu. Use the look at the video. For the coupling of the spring into the part, there is an axis "Axis1". The build tree is hidden, but it's even better. The spring has several configurations in different states: compressed, working, etc. The macro allows you to build compression springs and also to edit the data. Easy and convenient to use.





    Administrator rights are required to install and use the macro. You can change the shortcut to start



    Download macro с SpringSW

    пятница, 6 октября 2017 г.

    Localized interface in Solidworks

    Often, after the installation of the localized version of Solidworks user instead of Russian or Chinese, Polish (depending on the native language) interface sees the English interface. What to do? 

    Step 1. For the beginning it is necessary to check whether the set your locale (locale) in Windows.

    Region and Language Settings
    Region and Language Settings

    If not installed, install and run the solid. Did not help?


    Step 2.

    As a rule, it is sufficient in the settings Solidworks uncheck "Use English Language menus" (use the English menu) and restart Solidworks, so there was a Russian interface.

    Uncheck, so it was like on the screenshot below, click "OK" and restart Solidworks.

    Did not help? There is a way that will show who's boss :).



    Step 3.

    It is necessary to rename the folder with the Russian on the English language resources, and English to Russian (in fact the latter, at the discretion on any name). Folders with resources are default:

    versions prior to SolidWorks 2009

    "C:\Program Files\SolidWorks\lang\english" - English resources

    "C:\Program Files\SolidWorks\lang\russian" - Russian resources


    SolidWorks versions 2009 -2012

    "C:\Program Files\SolidWorks Corp\SolidWorks\lang\english"
    "C:\Program Files\SolidWorks Corp\SolidWorks\lang\russian"


    This procedure is available for other languages, respectively, you must rename the directory to the desired language, ie, French, German, Chinese, or some other.

    To change the language temporarily, you can use bat-files.

    Crashing Solidworks and the threshold of system resources

    I think everyone who modeled in Solidworks came across an unexpected program closure. Bouncing solid quite often, but as a rule, when complex models are opened and closed intensively or when they are saved, which is especially unpleasant.
    Do not all fall for the curvature of developers, they are trying to create a quality product. The reason for the unexpected collapse of Solidworks is the limitation of Windows that the process can only access 10,000 GDI objects.

    What is GDI?

    GDI objects are used to draw window elements that are not in the graphics area in SolidWorks. For maximum performance, the graphics area uses OpenGL, which gives more direct access to the equipment for video processing. GDI objects are used for the chrome graphic area, so every time a new document is opened, the number of GDI objects used by SOLIDWORKS will increase. Prior to this, SOLIDWORKS 2011 SP4, if the part was opened in the assembly and its own window, when this window was closed, it would not free these GDI objects. The default behavior is now to release these descriptors, but not all of them are released.

    Why is this all due to the failure of SOLIDWORKS? Windows has a default limitation that one process can access only 10,000 GDI objects. Because SolidWorks does not release all objects when the document is closed, the number it uses increases continuously with each new document and gradually approaches the limit set in Windows.




    Is it possible to use this knowledge to predict when SOLIDWORKS will knock out? 


    Predicting a SOLIDWORKS crashing

    As it was written above, this is not technically a failure, if SOLIDWORKS reaches the limit of 10,000 by object, Windows completes the process. This is not caused by a code error or by problems with shared memory access or anything else that causes a crash. It's just that Windows believes that SOLIDWORKS consumes too much resources and closes it to get those resources back. But since there is a certain number at which it closes, you can predict when it will happen. In fact, it's easy to control. Just follow these steps:


    • Open task manager (you can right click on the task bar and click task manager). 
    • Click View, Select Columns…
    Select Columns in Windows Task Manager


    Check off GDI and User Objects and click OK

    Display GDI Objects
    Now, the task manager will display the current value of the GDI and USER objects for each process



    Display GDI Objects
    Display GDI ObjectsIf a part is opened and closed several times the number of GDI objects it uses does not increase. SOLIDWORKS releases all handles every time.  The same applies to assemblies as well.  The problem is only encountered when a part is open in an assembly and it is opened in its own window and then closed.  
    How to troubleshoot this crash problems

    How can this problem be avoided? Do not keep your assemblies open unless you need them to be, and monitor your task manager periodically to see how many objects you are using.  Closing SOLIDWORKS and opening it will reset this count.  Furthermore you can increase the maximum number of GDI Objects a process can use by following these settings:
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\GDIProcessHandleQuota 

    • Sets the number of GDI objects, the range of values is 256 ~ 65536, the default is 10,000.


    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\USERProcessHandleQuota 

    • Sets the number of descriptors, the range of values is 200 ~ 18000, the default is 10 000.
    Increase the values and reduce the risk of Solidworks failure. When changing the parameters, switch to the decimal system of the calculus.

    P.S.
    When writing an article for testing, the parameters were reduced to 1500, after the Solidworks Resource Monitor warning, after some time the Solidworks was crashed. 

    The same manipulations apply only to the GDI problem, if SolidWorks Resource Monitor writes that there is not enough memory, then the problem will be to add RAM or unload other programs.



    By the materials of the blog javelin-tech

    четверг, 28 сентября 2017 г.

    CONTACTS ELECTRIC PAIR (CISA)

    Rendering with PhotoView 360



    Rendering with Realview



     Download 3D model



    понедельник, 25 сентября 2017 г.

    Slow Performance Solidworks

    Why is Solidworks slow? Reducing the performance of Solidworks is a very unpleasant situation. And to find the cause is not easy. 

    Possible reasons:



    A great help in this is provided by Solidworks Rx.


    Запуск утилиты Solidworks Rx
    Launch the Solidworks Rx


    At the bottom of the diagnostic page, there are two safe modes. The choice of the first ignores the video card driver and runs SolidWorks in OpenGL mode for the next SolidWorks session. This can help to eliminate the problem with the video card. If this safe mode resolves the problem, it becomes clear that your problem is related to your card and you need to get a new driver or replace the old video card. Command line of this mode:

    "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\sldworks.exe" /ForceSoftwareOGL /SWDisableExitApp

    Another safe mode is "Ignore Tools / Options" for the next session. It uses the ready-made SolidWorks settings and disables all add-ins. If this security mode fixes the problem, you may need to fix the SolidWorks configuration or add-ons. The command line for this mode is as follows:

    "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\sldworks.exe" /SWSafeMode /SWDisableExitApp

    Use safe modes to narrow the range of possible causes:
    • Driver or video card errors;
    • Errors of settings or additions;
    • Wrong shortcut to start.


    If the problem disappears in OpenGL mode, then you need to update the driver. Not the fact that the new driver will solve the problem, in practice very often the older version is a solution to problems. Another option is to replace the video card with a more powerful gaming or professional. List of certified video cards you can see on the site Solidworks


    If the second safe mode solves the problem (which disables all add-ons and works with the default settings), you must disable all Solidworks add-ins and test it.




     If the performance is normal, then we include add-ons one at a time and after each test. So if the reason is in the supplement, then including one by one we will find it. If, after disabling all extensions, Solidworks does not restore the performance, then reset to the default settings.



    In this way, we set the mode in which Solidworks Rx checks the system.
    In this way, we set the mode in which Solidworks Rx checks the system. There is another way to reset all user settings. To do this, start the Registry Editor, browse to "HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016" and rename SolidWorks 2016 to anything you like.The path is specified for Solidworks 2016, find for your version and rename, for example, "Solidworks 2016_old". This will force SW to create a new default SolidWorks key the next time it's launched, which will also mean you'll lose any custom settings.



    There are cases when, despite disabling add-ons and resetting parameters, Solidworks slows down, but if you run it through Solidworks Rx in the second safe mode - it works fine.
    The reason for this is a wrong shortcut to start.


    Sometimes when installing Soliworks, the installer incorrectly determines the installed system and prescribes compatibility with another operating system in the properties of the shortcut. For example, when you install Solidworks 2012 on Windows 7 x64, the shortcut properties have compatibility with Windows Vista. As a result, Solidworks is slow on fairly simple assemblies.


    Свойства ярлыка Solidworks 2012 на Windows 7x64
    True shortcut Solidworks 2012 on Windows 7x64

    Неверный ярлык Solidworks 2012 на Windows 7x64
    Wrong shortcut Solidworks 2012 on Windows 7x64

    Because of the compatibility with Vista, Solidworks is slowing down. After creating the correct label, the solidworks works normally.

    The following reasons for the slow work of Solidworks can be reflected in the tab: "Diagnostics"




    You can see whether the system parameters are recommended. After these problems are resolved, click the Update Results button to restart the diagnostics.


     "Troubleshoot"



    Using the tools in this tab implies the presence of a valid Solidworks serial number and a valid contract for subscription services.

    This tab contains the necessary tools for removing temporary files that Solidworks uses. Especially I wanted to pay attention to clearing temporary files in Solidworks data folders. During an improper completion of a solid, temporary files beginning with "~" remain in the folder, in some cases this is the cause of the failure of Solidworks. It is desirable to delete such files, you can manually, but you can assign this procedure to Solidworks Rx. Running disk checking and defragmentation can be done by Windows utility tools without resorting to Solidworks Rx. System maintenance is possible and even desirable to plan:


    Problem Capture

    On this tab, you can record an error for technical support, attach additional files and send. I have no relation to independent resolution, so I will not go into more depth.


    Add-in


    On this tab, you can run a performance test and compare them with the data of other users, and add another application to the tab. You can see the results of other users by the link.

    It should be noted, even if you seemed to have found a problem with the driver or add-on, to maintain the service after all, there can be several errors.


    There is one more reason that can not be detected using the Solidworks Rx utility. Those. after all sorts of manipulations, the solid still slows down. The error can be in the registry - there is a possibility that the necessary data in the registry has been deleted or changed. And this obviously happens, because the SOLIDWORKS installation directory contains the "graphicshardware.reg" registry file, which restores the default settings for the video card. The path to it is the following "C:\Program Files\SolidWorks Corp\SolidWorks\lang". 


    Another reason for poor performance may be the power settings. If you have a laptop, then this must be checked. So Start - Control Panel - Power - Set up a power plan - Change additional power settings, set "High Performance".

    High Perfomance


     This option refers to the settings of Solidworks, so it is better to check it before resetting. The speed of opening Solidworks documents can be affected by the Search for Linked Documents option. For diagnostics, you must remove all paths from the "File Location" menu from the "Referenced Documents" item.



    I hope this article has helped you.

    пятница, 22 сентября 2017 г.

    SolidWorks Thumbnails Graphics Do Not Display

    Sometimes SolidWorks Thumbnails Graphics Do Not Display in Windows Explorer.



    It was like this


    To fix this problem you need to make a few mouse clicks:




    Run Solidworks, go to settings and put a check "Display a smaller copy of the image in Windows Explorer





    Go to the Windows Control Panel - Folder Options and on the tab "View" remove the tick (if installed) "Always show icons, never thumbnails."





    Scroll down and put a tick if it is not necessary "Display handlers in preview pane view"




    Go to the Control click on the "Counters and productivity tools", then "Visual Effects Settings" panel, put a tick "Show thumbnails instead of icons.




    Check the display of thumbnails if the image does not appear, it is necessary to do a little more action: download files Setting SolidWorks Thumbnails.zip Extract and run the file "Setting SolidWorks Thumbnails.cmd". The batch file does the following: Go to the directory "SolidWorks Shared" and re-register the library "sldwinshellextu.dll"
    Listing File "Setting SolidWorks Thumbnails.cmd"



    In the process of implementation will be two information windows.


    Library unregistered


    Library registered
    As a rule, then all should be displayed normally.
    If there is still a preview, re-registering another library "swdocumentmgr.dll". The archive is necessary to run the file "Setting SolidWorks Thumbnails 1.cmd". Also there will be information about the logout window and registration, as in the previous case.






    File Listing "Setting SolidWorks Thumbnails 1.cmd"



    Re-registration of the following libraries will be available on the latest versions of Solidworks. In previous versions, such as Solidworks 2012 it is not there. Please note, the previous batch files to the library path formed with the use of system variables, so no changes are working. The following batch file needs editing, depending on the path established by Solidworks. Open the file with Notepad to edit and change the path "D: \ Solidworks \ sldthumbnailprovider.dll" on your path to Solidworks directory. Example "C:\Program Files\SolidWorks Corp\SolidWorks\sldthumbnailprovider.dll" (the default path).


    File Listing "Setting SolidWorks Thumbnails 2.cmd".




    Save and run.





    If a thumbnail does not appear, restart Windows.
    I hope the article helped you.

    четверг, 21 сентября 2017 г.

    How to Fix SOLIDWORKS Toolbox

    Error Solidworks Toolbox:

    1. Failed to get writable document
    2. Unable to open read-only file
    3. Failed to  save Toolbox library: Access to the path is denied

    Failed to get writable document



    In this case, you need to check the access rights to the Toolbox directory (by default C: \ Solidworks Data can be viewed in the Toolbox settings)


    To do this, right-click on the Toolbox-Properties - Security tab. Check that your account has write permissions.


    Unable to open read-only file

    With this error, you must tick the "Change the status of the read-only document to the record" in the Toolbox- "User Settings" configurator settings



    Failed to  save Toolbox library: 
    Access to the path is denied

    In the third case, you need to check the write permission of the "ToolboxFiles.index" file, which is located in the Toolbox - \ Browser directory. This error may appear in SW2012 and higher versions. This is due to the fact that starting from Solidworks 2012 the toolbox does not depend on the SWBrowser.mdb database, but stores the structure in the "ToolboxFiles.index" file.

    среда, 20 сентября 2017 г.

    Running Solidworks in English and Russian (or other) languages using bat / cmd-file

    To run Solidworks in English and Russian (or any other localized in Solidworks) languages using the bat-file, we need two additional reg-files that change the language parameters of Solidworks. For example, we will run Solidworks 2016 and launch will do for the Russian and English interface.


    This can be done for any of the languages that is the localization of Solidworks: (Czech, French, German, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Spanish, Turkish, Russian, English, Chinese Simplified)


    Listing reg-file (sw_2016_eng.reg) for changing parameters in English

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General]


    "Use English language feature names"=dword:00000001

    "Use English language"=dword:00000001

    The first parameter indicates that you need to use file names and element names in English. The second is to use the menu in English.
    To automate this process, create a bat-file or cmd-file.
    Listing the bat-file (sw_eng.bat) of the launching Solidworks in English

    echo off
    regedit -s "C:\Users\LeninSW.com\Desktop\sw_2016_eng.reg"
    "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"

    As you can see, the bat-file starts importing values into the registry, followed by the launch of a solidworks. Of course, the paths will need to be edited according to your file locations.
    Similarly, we create files for launching Solidworks in Russian.

    Listing reg-file (sw_2016_eng.reg) to change the settings in Russian

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General]


    "Use English language feature names"=dword:00000000

    "Use English language"=dword:00000000


    Listing the bat-file (sw_rus.bat) of the launching Solidworks in Russian

    echo off
    regedit -s "C:\Users\LeninSW.com\Desktop\SW_2016_rus.reg"
    "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"

    Thus, when you start sw_eng.bat, Solidworks will start in English, and when you start sw_rus.bat in Russian.
    It can be done only through a bat-file, without a reg-file, a little more complicated.
    Listing the bat-file (sw_rus1.bat) of the launching Solidworks in Russian

    echo off
    reg ADD "HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General" /v "Use English language" /t REG_DWORD /d "00000000" /f
    reg ADD "HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General" /v "Use English language feature names" /t REG_DWORD /d "00000000" /f
    start "Solidworks_rus" "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"

    Listing the bat-file (sw_eng1.bat) of the launching Solidworks in English
    echo off
    reg ADD "HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General" /v "Use English language" /t REG_DWORD /d "00000001" /f
    reg ADD "HKEY_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2016\General" /v "Use English language feature names" /t REG_DWORD /d "00000001" /f
    start "Solidworks_eng" "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"

    When installing Solidworks, you can select several localization languages: French, German, Polish, etc. To run Solidworks in these languages, you must change the locale in Windows. You can manually, but it's more convenient through a bat-file.
    An example of a bat file for launching in German. Naturally German or some other language should be installed in Solidworks. This is done when you install / modify Solidworks. The bat-file changes the locale to German, starts Solidworks and after closing the solid it changes the locale back to Russian. You can correct the bat-file to run in any other language. Change the value of "de-DE" to the appropriate locale.

    Listing the bat file

    echo off
    reg ADD "HKEY_CURRENT_USER\Control Panel\International" /v "LocaleName" /t REG_SZ /d "de-DE" /f
    start /wait "Solidworks_rus" "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"
    reg ADD "HKEY_CURRENT_USER\Control Panel\International" /v "LocaleName" /t REG_SZ /d "ru-RU" /f



    List of values for different locales:

    Czech - "cs-CZ" 
    French - "fr-FR"
    German - "de-DE"
    Italian - "it-IT"
    Japanese - "ja-JP"
    Korean - "ko-KR" 
    Polish - "pl-PL"  
    Portuguese (Brazil) - "pt-BR"
    Spanish - "es-ES"
    Turkish - "tr-TR"
    Russian - "ru-RU"
    English - "en-GB"
    Chinese simplified - "zh-CN"

    There is also a way to change languages without changing the locale, just rename the directories with resources. You can even make a bat-file.
    Listing the bat file renaming the language resources
    and running Solidworks. After the closure of the solidworks, the language resources are renamed again.

    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\english" "Lang_temp"
    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\russian" "english"
    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\Lang_temp" "russian"
    start /wait "Solidworks_rus" "C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe"
    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\russian" "Lang_temp"
    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\english" "russian"
    rename "C:\Program Files\SolidWorks Corp\SolidWorks\lang\Lang_temp" "english"

    An example with bat and reg-files can be downloaded from the link

    понедельник, 18 сентября 2017 г.

    The demand for better ways to bring your ideas to life

    SOLIDWORKS 2018 includes new features and enhancements that respond directly to user requests and the needs of 21st century product development. Work more efficiently with an improved user interface that takes advantage of your touch-enabled devices, let SOLIDWORKS automatically generate the optimal shape of your design based on functional and manufacturing criteria, or let SOLIDWORKS automatically generate the NC tool paths needed to machine your parts. These capabilities are just some examples of how SOLIDWORKS is changing the way design and manufacturing is done.

    SOLIDWORKS 2018 Enhancements:User Experience Gets Big Touch Ups

    SOLIDWORKS 2018
    supports a dedicated touch screen mode providing a powerful new set of productivity tools for working on touch screen devices. Freehand sketch with a pen and automatically convert pen strokes to shapes to quickly capture design ideas in the office or on the go.





     



    Take the Guess Work Out of Optimizing Your Designs

    Automatically optimize the shape of a design based on weight, function, and manufacturing criteria using the new simulation Topology Study. You can also improve product performance or reduce product weight based on function and manufacturing constraints.




    Finally – Integrated, Intelligent CAM and Inspection Tools

    Powered by CAMWorks, SOLIDWORKS CAM provides ‘rules-based’ machining and automatic feature recognition to dramatically streamline NC programming. In addition, both SOLIDWORKS Inspection and SOLIDWORKS CAM support 3D dimensions and tolerances streamlining design, manufacturing and inspection without the need to create 2D drawings.


    More Flexibility with Data

    Seamlessly work with file formats including STL, OBJ, JT, ACIS, STEP and IGES. 3D Interconnect automatically updates your design whenever new files are received and now supports internal file information like custom properties, materials properties and reference axes. SOLIDWORKS 2018 also allows you to select faces from the imported mesh data, turn them into SOLIDWORKS surfaces and modify with features and geometry.

    Drawing Enhancements? Of Course!

    We can’t list them all, but here is a sampling: insert 3D model views, automatic Advanced Hole callouts, layer support for cross hatching, new trailing zero display options, broken out section view support for Section View and Alternate Position View, and an “All Upper Case” switch capability for text in tables.



    Tab and Slot Feature – a Perfect Fit to Get Your Designs Built

    SOLIDWORKS 2018 lets users automate the creation of tab and slot features used for self-fixturing of parts for welding. Other sheet metal enhancements include the new Normal Cut feature which ensures proper clearances are maintained for manufacturing, and the new Bend capability allowing users to create and flatten three-corner bends.






    Improved Project and Process Management

    SOLIDWORKS Manage provides data management, project management, and process management all in one familiar package. It adds powerful project, process, and item management capabilities to SOLIDWORKS PDM Professional.





    Convenience Comes to the Fore

    Online Licensing makes using your license on multiple machines easier than ever before. SOLIDWORKS Login moves customized content and settings to any machine SOLIDWORKS is installed on, while the Admin Portal allows easier management of SOLIDWORKS products and services.

    test