Skip to content

Rename parameters of Modelica.Mechanics.MultiBody.Visualizers.Plane #2485

Open
@beutlich

Description

@beutlich

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.

Metadata

Metadata

Assignees

Labels

L: Mechanics.MultiBodyIssue addresses Modelica.Mechanics.MultiBodytaskGeneral work that is not related to a bug or feature

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions