Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified AnyExp4SOLIDWORKS/_static/lesson1/lesson1_image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 18 additions & 5 deletions AnyExp4SOLIDWORKS/lesson1.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,32 @@ should be fixed to the global origin. And the other parts should be
connected to this base and each other by the mates. The total number of
DOF (degrees-of-freedom) of this model should be one.

## Exporting the Model Using AnyExp4SOLIDWORKS

Let us try to translate this model into a corresponding AnyScript model. Before
exporting the model, **make sure the SOLIDWORKS assembly is set to configuration
'Mate_Config1'** by double-clicking on it in the Configuration Manager window. If you
have registered the AnyBody Exporter™ for SOLIDWORKS® (AnyExp4SOLIDWORKS™)
add-in successfully, then you will see the menu of the AnyExp4SOLIDWORKS add-in
on the SOLIDWORKS menu like this:
'Mate_Config1'** by double-clicking on it in the Configuration Manager window.

The AnyBody Exporter™ for SOLIDWORKS® (AnyExp4SOLIDWORKS™) is bundled with the
AnyBody Modeling System, so the exporter will automatically be downloaded and
installed when you install the AnyBody Modeling System. On the
Comment thread
JacobAdamsen marked this conversation as resolved.
Outdated
[AnyBody Technology webpage](https://www.anybodytech.com/resources/customer-downloads#fe-interface-tools)
Comment thread
JacobAdamsen marked this conversation as resolved.
Outdated
you can download the latest version of the AnyBody Modeling System.

Using AnyExp4SOLIDWORKS™ requires a special license, but if you have registered
the add-in successfully, then you will see the AnyExp4SOLIDWORKS
add-in on the SOLIDWORKS menu under Tools like this:

```{image} _static/lesson1/lesson1_image2.png
:alt: AnyExp4SOLIDWORKS menu
:class: bg-primary
:align: center
```

If the add-in does not appear, then go to 'Tools' -> 'Add-Ins' and check the box
for AnyExp4SOLIDWORKS to activate it. Afterwards, you may need to restart
SOLIDWORKS to see the add-in menu.

:::{seealso}
For more informaion about the the AnyExp4SOLIDWORKS add-in, including installation instructions,
please refer the manual "AnyBody Exporter for SolidWorks". This manual can be found by opening an
Expand All @@ -57,7 +70,7 @@ This will direct you to the AnyBody manuals page where all the manuals can be fo
From there, click on the 'AnyBody Exporter for SolidWorks' to access the specific manual.
:::

Then start the translation process by selecting the ‘Export to AnyScript’ menu
Now, start the translation process by selecting the ‘Export to AnyScript’ menu
item. Doing this will display the following dialog.

```{image} _static/lesson1/lesson1_image3.png
Expand Down
Loading