Open
Description
Parameters of Modelica.Mechanics.MultiBody.Visualizers.Plane
are labeled axis_[xy], length_[xy] and n[xy]. Setting axis_x to {0,1,0} and axis_y to {1,0,0} might cause some confusion. I rather would like to use the same naming convention as Modelica.Mechanics.MultiBody.Visualizers.FixedShape
do, e.g., rename
- axis_x -> lengthDirection
- axis_y -> widthDirection
- length_x -> length
- length_y -> width
For the discretization parameters I am not that sure and simply propose
- nx -> n
- ny -> m
See #2424.