Opened 7 years ago
Closed 7 years ago
#5138 closed defect (duplicate)
parameter tab not shown for msl multibody models
| Reported by: | Volker Waurich | Owned by: | Adeel Asghar |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.14.0 |
| Component: | OMEdit | Version: | |
| Keywords: | Cc: | Adeel Asghar |
Description
Hi,
It would be useful if e.g.
Modelica.Mechanics.MultiBody.Parts.BodyShape
would show the animation tab in the parameter dialog when clicking on the model. Currently, the animation parameters are in tab="General" and group="Parameters"
e.g.
parameter Types.ShapeType shapeType="cylinder" "Type of shape" annotation (
Dialog(
tab="Animation",
group="if animation = true",
enable=animation));
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Milestone: | Future → 1.14.0 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Duplicate of #2661.
Note:
See TracTickets
for help on using tickets.

The problem is the current OMC can't handle it. If you use a variable inside the annotation then it fails and OMEdit don't get any result to work with.
See also #2661 and #4008.