0% found this document useful (0 votes)
386 views

Making Macros in SOLIDWORKS - Engineers Rule PDF

Uploaded by

ch_deepak
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
386 views

Making Macros in SOLIDWORKS - Engineers Rule PDF

Uploaded by

ch_deepak
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

(https://www.engineersrule.com/) CAD (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/CAD/)

Making Macros in SOLIDWORKS


Attilio Colangelo (https://www.engineersrule.com/author/attilio-colangelo/) • November 16, 2016

Next Up

JOIN OUR

NEW SLETTER
Signup today for free and be the first
to get notified on new updates.

Enter Email

I agree to receive occasional updates and special offers.


(https://www.engineersrule.com/wp-content/uploads/2016/11/image010-3.png)
MBD Implementation Dos and Don’ts: Verify and
Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
17 Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
Many SOLIDWORKS users nd themselves repeating the same or similar tasks as part of
their modeling work ows. This article looks at a powerful tool available within
SOLIDWORKS, the application programming interface
(http://www.solidworks.com/sw/support/1509_ENU_HTML.htm)(API), for automating
some of those tasks.

The API enables users to create custom programs (macros) that can assist them in
automating many of the tasks of the graphical user interface (GUI). This can be as
simple as creating PDFs of several drawings to more complex tasks such as generating
complete parts and assemblies from code. This article will walk through some of the API
basics by creating a simple extrusion.

Getting Started
It will be helpful to have the macro toolbar visible to access the main macro/API
features.

Next Up

JOIN OUR

NEW SLETTER
Signup today for free and be the first
to get notified on new updates.

Enter Email

I agree to receive occasional updates and special offers.


MBD Implementation Dos and Don’ts: Verify and
Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/image001-7.png)Figure 1.
Next Up
The Command Manager menu.

Right-clicking the menu bar area will bring up the menuJ Oshown
IN OUR
in Figure 1. Selecting
“Macro” from this menu will bring up the toolbarNEW
shown SLETTER
in Figure 2.
Signup today for free and be the first
to get notified on new updates.

Enter Email

(http://www.engineersrule.com/wp-content/uploads/2016/11/image002-6.png)Figure
I agree to receive occasional updates and special offers. 2.
MBD Implementation Dos and Don’ts: Verify and
The Macro toolbar. Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Below is a legend for the icons shown in the toolbar: Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/ping.png)The quickest
way to make a macro is to simply press the record button
(http://www.engineersrule.com/wp-content/uploads/2016/11/image005-5.png)and start
some action, such as creating a sketch. However, in this example, we will rst create a
simple macro from scratch to ensure that the software’s installation is properly
con gured.

From the software’s menu, select Tools > Macro > New, which will create a blank macro
template like the one shown in Figure 3. Tradition would have you print “Hello World”
from the macro and the code in Figure 3 does that.

Next Up

JOIN OUR

NEW SLETTER
Signup today for free and be the first
to get notified on new updates.
(http://www.engineersrule.com/wp-content/uploads/2016/11/image007-3.png)Figure 3.
Enter Email
VBA code for Hello World.
I agree to receive occasional updates and special offers.
MBD Implementation Dos and Don’ts: Verify and
Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/image008-3.png)
While this code does not perform any drawing or modeling, it does ensure that all the
support and reference les are in place to continue building more advanced macros.
Also, to ensure that all the API components are installed, go to Tools > Reference and the
appropriate references should appear as shown in Figure 4.

(http://www.engineersrule.com/wp-content/uploads/2016/11/image009-3.png)Figure
4.Visual Basic for Applications reference libraries.

Next API
The most common programming language for interfacing with the Up is Visual Basic

and in this example, we will create a simple macro to give you an overview of this
JOIN OUR
process.
NEW SLETTER
As mentioned, the quickest way to create macros is to for
Signup today record them.
free and be Begin
the firstby pressing
to get notified on new updates.
the record (http://www.engineersrule.com/wp-content/uploads/2016/11/image005-
Enter Email
5.png) button, drawing a centered rectangle and making an extrusion, which will produce
the block shown in Figure 5. I agree to receive occasional updates and special offers.

MBD Implementation Dos and Don’ts: Verify and


Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/image010-3.png)Figure 5.
Next Up
Sample extruded part.
JOIN OUR
Stopping the recording will prompt you to save the macro to a le. Figure 6 shows the
NEW SLETTER
code that the API generated to mimic the actions used in creating the part.
Signup today for free and be the first
to get notified on new updates.

Enter Email

I agree to receive occasional updates and special offers.


MBD Implementation Dos and Don’ts: Verify and
Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/image011-3.png)Figure 6.
Code from the macro recorder.

This code may appear cryptic because it contains much more information than is
necessary to generate the block. This is a consequence of using the macro recorder and
the accompanying machine-generated code.However, it is possible to perform some
limited automation with this generated code. You can identify which lines are creating
the major features of the extrusion and edit this code to create another version of the
Next Up
block. For example, the parameters in the CreateCenterRectangle method (see Figure 6)
can be changed to different (XYZ) values.The macro can
J O Ibe
N Orerun
UR leaving all the other
lines in the code as they are to generate the block
NEWwith the new dimensions that were
SLETTER
entered.
Signup today for free and be the first
to get notified on new updates.
Creating a Macro from Scratch
Enter Email

We have seen that recording a macro is Iaagree


quick way to generate code (Figure 6).
to receive occasional updates and special offers.
MBD Implementation Dos and Don’ts: Verify and
However, the automatic code is overly complex, generating extra code that is di cult to
Validate MBD Data
Subscribe
modify and/or debug beyond minor edits. We will(https://www.engineersrule.com/mbd-
now create the code from scratch
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
focusing on the minimal elements to create the extrusion shown in Figure 5.
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
From the menu bar, select Tools
wheelchair/)
> Macro > New,which produces
No thanks
the17following code stub:
Nov
Dim swApp As Object
Sub main()

Set swApp = Application.SldWorks


End Sub
Below is the code I manually entered for creating the block, which is much more
streamlined than the recorded macro approach.We will review the code by sections.

'(1)

Dim swApp As SldWorks.SldWorks


Dim Part As ModelDoc2
Dim sketchManager As sketchManager
Dim vSkLines As Variant
Dim myFeature As Feature
Sub main()
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
'(2)
Set sketchManager = Part.sketchManager
'(3) Next Up

vSkLines = sketchManager.CreateCenterRectangle(0, 0,
J O0,
I N1,
O 1,
U R1)

Part.ClearSelection2 True NEW SLETTER


'(4) Signup today for free and be the first
to get notified on new updates.
Set myFeature = Part.FeatureManager.FeatureExtrusion3(True, False, False, 0, 0, 1, 1.5, Fa
End Sub Enter Email

Section (1) I agree to receive occasional updates and special offers.


MBD Implementation Dos and Don’ts: Verify and
This is where the variables are declared. One major difference between
Validate
Subscribe the recorded
MBD Data
(https://www.engineersrule.com/mbd-
macro and what is shown above is that variable Content
Recommended declarations are more explicit. For
implementation-dos-donts-verify-validate-
Privacy Policy
example, instead of Dim Part As Object
(https:/ we declare Dim Part As ModelDoc2. This gives
mbd-data/)
/www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
us access to the object (https://www.engineersrule.com/descending-the-grand-canyon-in-a-
methods and properties in the Visual Basic for Applications
Nov 17
wheelchair/) No thanks
Editor window. An example is shown in Figure 7 where all of the Part object’s methods
and properties are presented in a drop-down menu, as we type, after pressing the
period(.) key.Declaring Part as a ModelDoc2 object, instead of a generic object,provides
access to this feature.

(http://www.engineersrule.com/wp-content/uploads/2016/11/image012-2.png)Figure 7.
Drop-down menu for object-speci c properties.
Next Up

Section (2) JOIN OUR

NEW
The sketching tools can be accessed through the SLETTER
SketchManager interface. The
sketchManager object can be accessed through
Signup the ModelDoc2
today for free andinterface,
be the firstand since Part
to get notified on new updates.
is of type ModelDoc2,it has SketchManager as a property. But how do we know this?
Enter Email
At this point, wewill make a brief introduction to the API help documents. Figure 8 shows
I agree to receive occasional updates and special offers.
an excerpt from the help le for the SketchManager object interface.
MBD Implementation In the
Dos and Accessors
Don’ts: Verify and
Subscribe Validate MBD Data
section, we see that ModelDoc2 has access to the SketchManager interface.
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
(http://www.engineersrule.com/wp-content/uploads/2016/11/image013-2.png)Figure 8.
Help le documentation for the SketchManager interface.

This leads us to the documentation for the ModeDoc2 interface, which is excerpted in
Figure 9. It has a SketchManager property that provides access to the SketchManager
interface. Along with a good grasp of object-oriented programming (OOP), the help le is
the greatest resource for creating advanced macros.

(http://www.engineersrule.com/wp-content/uploads/2016/11/image014-2.png)Figure
Next Up 9.
Help le documentation for the ModelDoc2 interface.
JOIN OUR

Section (3) NEW SLETTER


Below is the signature, from the help documentation,
Signup todayfor
forthe
freeCreateCenterRectangle
and be the first
to get notified on new updates.
method:
Enter Email
value = instance.CreateCenterRectangle(X1, Y1, Z1, X2, Y2, Z2)
I agree to receive occasional updates and special offers.
It is important to note that the XYZ values are inMBD
meters. This method
Implementation returns
Dos and an array
Don’ts: Verify and of
sketch segments to value Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
The line in our code, mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
vSkLines = sketchManager.CreateCenterRectangle(0,
wheelchair/) 0, 0,
No1, 1, 1)
thanks
creates the rectangle and stores the array of sketch segments in vSKLines.

Section (4)
This is where the actual block extrusion takes place. FeatureExtrusion3 is a member of
the FeatureManager interface. We have not explicitly de ned a FeatureManager object,
but we can access it by chaining off of the Part object, which does have a
FeatureManager property.

Conclusion
The SOLIDWORKS (http://www.solidworks.com/) API provides access to the software’s
modeling engine through programming methods. It is an e cient method for automating
frequently used modeling functions.

In this article, we created a basic shape by recording a macro to generate code capturing
mouse movements and keystrokes. We then created the code from scratch, which
resulted in a more streamlined and readable program.

About the Author


Attilio Colangelo has more than 25 years of experience in engineering and project
management in the chemical, process, ceramic and advanced-materials industries. His
Next Up
specialties include CAE, with an emphasis on FEA, high-temperature and heavy industrial
design. His software skills include SOLIDWORKS Simulation,
J O I N O UNASTRAN,
R Caesar II, ANSYS
and iOS programming. NEW SLETTER
Signup today for free and be the first
to get notified on new updates.
Tags:
CAD (https://www.engineersrule.com/tag/cad/) Enter Email
SOLIDWORKS (https://www.engineersrule.com/tag/solidworks/)
I agree to receive occasional updates and special offers.

MBD Implementation Dos and Don’ts: Verify and


Validate MBD Data
Subscribe
PREVIOUS POST
(https://www.engineersrule.com/mbd-
Recommended
Building a Photo Storyline of Your MBD Data with Content
3D Views (https://www.engineersrule.com/building-photo-
implementation-dos-donts-verify-validate-
Privacy Policy
storyline-mbd-data-3d-views/) mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
NEXT POST (https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
MBD Implementation Dos and Don’ts: Verify and Validate MBD Data (https://www.engineersrule.com/mbd-
implementation-dos-donts-verify-validate-mbd-data/)

You Might also Like

Descending the Grand Canyon in a Wheelchair The Top Ten Hits of SOLIDWORKS 2021
(https://www.engineersrule.com/descending- (https://www.engineersrule.com/the-top-ten-
the-grand-canyon-in-a-wheelchair/) hits-of-solidworks-2021/)
Chris Fox (https://www.engineersrule.com/author/chris-fox/) • Stephen Petrock
Dec 08 (https://www.engineersrule.com/author/stephen-petrock/) •
Sep 24

What the Power of the Cloud Brings to Engineering 4 Reasons Why You Should Care About the New
and CAD (https://www.engineersrule.com/what- 3DEXPERIENCE SOLIDWORKS Offers
the-power-of-the-cloud-brings-to-engineering- Next Up
(https://www.engineersrule.com/4-reasons-
and-cad/) why-you-should-care-about-the-new-
Lynn Allen (https://www.engineersrule.com/author/lynn-allen/) 3dexperience-solidworks-offers/)
JOIN OUR
• Sep 17 Lynn Allen (https://www.engineersrule.com/author/lynn-allen/)
NEW SLETTER • Jul 27

Signup today for free and be the first


to get notified on new updates.

Enter Email

I agree to receive occasional updates and special offers.

MBD Implementation Dos and Don’ts: Verify and


Latest Resources Validate
Subscribe MBD
Special Data
Picks
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Learn How
Descending theGE Healthcare
Grand CanyonOptimizes Products with CFD
in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/learn-how-ge-healthcare-
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
optimizes-products-with-cfd/)
wheelchair/) No thanks
RESOURCES (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/RESOURCES/),
SIMULATION (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/SIMULATION/)

Design Through Analysis: Simulation-Driven Product Development


Pays Business Dividends in Transition to Smart Manufacturing
(https://www.engineersrule.com/design-through-
analysissimulation-driven-product-development-pays-business-
dividends-in-transition-to-smart-manufacturing/)
RESOURCES (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/RESOURCES/)

Design Through Analysis: Today’s Designers Greatly Bene t From


Simulation-Driven Product Development
(https://www.engineersrule.com/design-through-analysis-todays-
designers-greatly-bene t-from-simulation-driven-product-
development/)
RESOURCES (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/RESOURCES/),
SIMULATION (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/SIMULATION/)

Design Through Analysis: Simulation-Driven Design Speeds


System Level Design and Transition to Manufacturing
(https://www.engineersrule.com/design-through-
analysissimulation-driven-design-speeds-system-level-design-
and-transition-to-manufacturing/)
RESOURCES (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/RESOURCES/),
SIMULATION (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/SIMULATION/)

Giaffone Racing: Expanding Into New Racing Markets with


Topology Optimization Tools
(https://www.engineersrule.com/giaffone-racingexpanding-into-
new-racing-markets-with-topology-optimization-tools/)
Next Up
RESOURCES (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/RESOURCES/),
SIMULATION (HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/SIMULATION/)

JOIN OUR
SHOW MORE (HTTPS://WWW.ENGINEERSRULE.COM/)

NEW SLETTER
Signup today for free and be the first
Tags
to get notified on new updates.

3DEXPERIENCE (https://www.engineersrule.com/tag/3dexperience/)Enter
3DEmail
modeling (https://www.engineersrule.com/tag/3d-modeling/)

3D PDF (https://www.engineersrule.com/tag/3d-pdf/) Additive Manufacturing (https://www.engineersrule.com/tag/additive-manufacturing/)


I agree to receive occasional updates and special offers.
CAD (https://www.engineersrule.com/tag/cad/) CAD manager (https://www.engineersrule.com/tag/cad-manager/)
MBD Implementation Dos and Don’ts: Verify and
CAE (https://www.engineersrule.com/tag/cae/) CAM (https://www.engineersrule.com/tag/cam/) Validate
Subscribe MBD Data
CFD (https://www.engineersrule.com/tag/cfd/)

CNC (https://www.engineersrule.com/tag/cnc/) (https://www.engineersrule.com/mbd-


dassault systemes (https://www.engineersrule.com/tag/dassault-systemes-2/)
Recommended Content
Dassault Systèmes (https://www.engineersrule.com/tag/dassault-systemes/)
implementation-dos-donts-verify-validate-
Privacy Policy
design (https://www.engineersrule.com/tag/design/)
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
design tables (https://www.engineersrule.com/tag/design-tables/) device (https://www.engineersrule.com/tag/device/)
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
FEA (https://www.engineersrule.com/tag/fea/) GD&T (https://www.engineersrule.com/tag/gdt/)
Nov 17
wheelchair/) No thanks
Hole Callouts (https://www.engineersrule.com/tag/hole-callouts/) IIoT (https://www.engineersrule.com/tag/iiot/)
Internet of Things (https://www.engineersrule.com/tag/internet-of-things/) IoT (https://www.engineersrule.com/tag/iot/)

Manufacturing (https://www.engineersrule.com/tag/manufacturing/) MBD (https://www.engineersrule.com/tag/mbd/)

Rendering (https://www.engineersrule.com/tag/rendering/) sheet metal (https://www.engineersrule.com/tag/sheet-metal/)

Simulation (https://www.engineersrule.com/tag/simulation/) SOLIDWORKS (https://www.engineersrule.com/tag/solidworks/)

SOLIDWORKS 2017 (https://www.engineersrule.com/tag/solidworks-2017/)

SOLIDWORKS 2018 (https://www.engineersrule.com/tag/solidworks-2018/)

SOLIDWORKS 2019 (https://www.engineersrule.com/tag/solidworks-2019/) SOLIDWORKS CAM (https://www.engineersrule.com/tag/solidworks-cam/)

SOLIDWORKS Composer (https://www.engineersrule.com/tag/solidworks-composer/)

SOLIDWORKS Flow Simulation (https://www.engineersrule.com/tag/solidworks- ow-simulation/)

SOLIDWORKS MBD (https://www.engineersrule.com/tag/solidworks-mbd/)

SOLIDWORKS Modeling (https://www.engineersrule.com/tag/solidworks-modeling/)

SOLIDWORKS PDM (https://www.engineersrule.com/tag/solidworks-pdm/)

SOLIDWORKS simulation (https://www.engineersrule.com/tag/solidworks-simulation/)

SOLIDWORKS templates (https://www.engineersrule.com/tag/solidworks-templates/)

SOLIDWORKS World (https://www.engineersrule.com/tag/solidworks-world/) tablet (https://www.engineersrule.com/tag/tablet/)

tips (https://www.engineersrule.com/tag/tips/) Topology Optimization (https://www.engineersrule.com/tag/topology-optimization/)

Virtual Reality (https://www.engineersrule.com/tag/virtual-reality/) Workstations (https://www.engineersrule.com/tag/workstations/)

Yves Behar (https://www.engineersrule.com/tag/yves-behar/)

Popular Stories

Next Up

JOIN OUR

NEW SLETTER
Signup today for free and be the first
Choosing a Mobile Workstation for
to get notified on new updates.
SOLIDWORKS SOLIDWORKS 2016 Adds Tools to Help
What’s New in
(https://www.engineersrule.com/choosing- Simulations and Validation Template Edit
Enter Email
mobile-workstation-solidworks/) (https://www.engineersrule.com/solidworks-
(https://www
CAD 2016-adds-tools-to-help-simulations-
(HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/CAD/)
I agree to receive occasional updates and special offers. new-solidwo
and-validation/)
MBD Implementation Dos and Don’ts: Verify and
template-ed
SIMULATION Validate MBD Data
Subscribe
(HTTPS://WWW.ENGINEERSRULE.COM/CATEGORY/SIMULATION/)
CAD
(https://www.engineersrule.com/mbd- (HTTPS://WWW.EN
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks
© Copyright 2018 ENGINEERING.com - Sponsored by Dassault Systèmes

Next Up

JOIN OUR

NEW SLETTER
Signup today for free and be the first
to get notified on new updates.

Enter Email

I agree to receive occasional updates and special offers.

MBD Implementation Dos and Don’ts: Verify and


Validate MBD Data
Subscribe
(https://www.engineersrule.com/mbd-
Recommended Content
implementation-dos-donts-verify-validate-
Privacy Policy
mbd-data/)
(https://www.engineering.com/Home/PrivacyPolicy/tabid/197/Default.asp
Descending the Grand Canyon in a Wheelchair
Oboe Wu (https://www.engineersrule.com/author/oboe-wu/) •
(https://www.engineersrule.com/descending-the-grand-canyon-in-a-
Nov 17
wheelchair/) No thanks

You might also like