top of page

Rounding

  • Writer: David Mans
    David Mans
  • Jan 4, 2024
  • 1 min read

💻 Rhino 5, Grasshopper

🔼 Grasshopper 0.9.0075

🛠️ C# Component

These components allow for several types of rounding available from the component in the expression editor but made unique objects here for simplicity. These include a floor and ceiling function and a round-to-increment function which will round to the nearest user-specified value using normal, floor, and ceiling methods.



bottom of page