Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shape.rxvisobj wrongly referenced in Arrow/DoubleArrow #389

Closed
modelica-trac-importer opened this issue Jan 14, 2017 · 2 comments
Closed
Assignees
Labels
bug Critical/severe issue L: Mechanics.MultiBody Issue addresses Modelica.Mechanics.MultiBody P: high High priority issue
Milestone

Comments

@modelica-trac-importer
Copy link

Reported by otter on 23 Jul 2010 11:36 UTC
Modelica.Mechanics.MultiBody.Visualizers.Advanced.Arrow/DoubleArrow references the Shape variables:

rvisobj, rxvisobj

although these variables are not part of the tool-independent interface defined in

Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialShape

These two variables are only present in the Dymola specific implementation of Shape.

rvisobj, rxvisobj must be separately computed in Arrow and DoubleArrow without reference to the Shape object.


Migrated-From: https://trac.modelica.org/Modelica/ticket/389

@modelica-trac-importer modelica-trac-importer added this to the MSL3.2 milestone Jan 14, 2017
@modelica-trac-importer modelica-trac-importer added bug Critical/severe issue L: Mechanics.MultiBody Issue addresses Modelica.Mechanics.MultiBody P: high High priority issue labels Jan 14, 2017
@modelica-trac-importer
Copy link
Author

Comment by otter on 25 Jul 2010 11:43 UTC
Fixed in a27de4b:

In the Shape object variables "e_x" and "e_y" are additionally provided as output variables (this required a change in ModelicaServices).

The rvisobj and rxvisobj that depend on "e_x", are now computed in Arrow/DoubleArrow and are no longer accessed from the Shape object.

@modelica-trac-importer
Copy link
Author

Modified by dietmarw on 26 Jul 2010 09:05 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical/severe issue L: Mechanics.MultiBody Issue addresses Modelica.Mechanics.MultiBody P: high High priority issue
Projects
None yet
Development

No branches or pull requests

2 participants