Skip to content
This repository was archived by the owner on Jun 17, 2019. It is now read-only.
Open
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
7 changes: 7 additions & 0 deletions UsersGuide/source/omedit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,13 @@ Since OpenModelica 1.11 , OMEdit has built-in 3D visualization,
which replaces third-party libraries (such as `Modelica3D
<https://github.com/OpenModelica/Modelica3D>`_) for 3D visualization.

OMEdit can visualize geometric primitves from the “\ **Modelica.Mechanics.MultiBody**\ ”-library.
Comment thread
vwaurich marked this conversation as resolved.
Outdated
The base model for visualizers is “\ **Modelica.Mechanics.MultiBody.Visualizers.Advanced.Shape**\ ” .
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the space before the full stop.

CAD-based 3D-animation can be used with a “\ **Shape**\ ” model by setting the “\ **shapeType**\ ”-parameter to:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace the hyphen with a space.

“\ **modelica://packageName/pathToCADFile.stl**\ ”.
Usually, the CAD-files are stored in the package directory in a folder called “\ **Resources/stl/**\ ”
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A full stop is missing here.

Currently, ASCII-based stl and dxf files are supported.

Running a Visualization
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down