anotheruserofgithub
anotheruserofgithub
### Feature Request There are use cases where it could be great to be able to change the transparency of any visualizers in the animation window. For instance, OMEdit allows...
`Modelica.Mechanics.MultiBody.Forces.ForceAndTorque` does not forward the parameter `forceColor` to the `forceArrow` visualizer: https://github.com/modelica/ModelicaStandardLibrary/blob/f4adb6f3a19db2460b69b82d4a676e8ef83a4b1b/Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo#L50-L58
`Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque` uses the `World` component to convert coordinates of vectors from [N(m)/m] to [m] for scaling force/torque arrows: https://github.com/modelica/ModelicaStandardLibrary/blob/1dd53117cde44b3b20fc35079b79f7ba34af0d5f/Modelica/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo#L4 But from what I can understand from #3931 & #3934, those...
There is a wording mismatch in the documentation of the Surface visualizer for the [representation of surfaces](https://en.wikipedia.org/wiki/Computer_representation_of_surfaces). Just for reference, inputs and parameters of Surface are defined [here](https://github.com/modelica/ModelicaStandardLibrary/blob/v4.0.0/Modelica/Utilities/Internal.mo#L74-L110), the replaceable...
- [x] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **Is your feature request related to a problem? Please describe.** This feature request is about using...
PRs #9389 & #9428 & #11379 & #11663 introduce two heuristics for choosing suitable scales for adjustable-radius and adjustable-length vector visualizers. They also provide two features to better see and...