Skip to content

Length Per Angle Unit (e.g. mm/rev, m/degree) #1519

Closed
@CalebBe-2253

Description

@CalebBe-2253

Is your feature request related to a problem? Please describe.
I need to represent the ratio between a length and an angle in my project. As far as I am aware there is no way to represent this in UnitsNet.

This quantity is used frequently in the manufacturing industry, and is often used to represent the depth drilled per revolution of a cutter. It can also be used to represent arc lengths, which is generally useful in many forms of mathematics.

Describe the solution you'd like
I would like a new quantity type "LengthPerAngle".
A reasonable minimum set of units would be something like the following, but of course more units are possible:

  1. MillimeterPerDegree
  2. MillimeterPerGradian
  3. MillimeterPerRadian
  4. MillimeterPerRevolution
  5. CentimeterPerDegree
  6. CentimeterPerGradian
  7. CentimeterPerRadian
  8. CentimeterPerRevolution
  9. MeterPerDegree
  10. MeterPerGradian
  11. MeterPerRadian
  12. MeterPerRevolution
  13. InchPerDegree
  14. InchPerGradian
  15. InchPerRadian
  16. InchPerRevolution
  17. FootPerDegree
  18. FootPerGradian
  19. FootPerRadian
  20. FootPerRevolution
  21. YardPerDegree
  22. YardPerGradian
  23. YardPerRadian
  24. YardPerRevolution

Describe alternatives you've considered
As far as I am aware, the only alternative is to manage the units and conversions manually.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions