BHoM / Robot_Toolkit

Tools for Robot Structural Analysis
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Robot Adapter, wall thickness of steel section not pushing properly #517

Closed Chrisshort92 closed 1 year ago

Chrisshort92 commented 1 year ago

Description:

image

On pushing a steel box section from Grasshopper to Robot via the BHoM, the section should have a 6.3mm thick wall but the resulting section in Robot has a 6mm thick wall, missing 0.3mm.

Steps to reproduce:

Create a bar with a steel section from the BHoM dataset. The section can be a box section with a wall thickness of 6.3mm, say RHS350x50x6.3

Expected behaviour:

The steel section should push to the correct decimal places through the robot structural adapter.

Test file(s):

Chrisshort92 commented 1 year ago

Bug was in fact a UI issue in Robot where the dim was only showing as an integer, units can be changed to display the full dimension in Robot.

Chrisshort92 commented 1 year ago

Closed