Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everybody,
I have an iLogic assembly in which I what to see the value of 2 angels from a part.
For this I wrote this line.
Front_L_Angle = Parameter(oBin.Name, "d45") Front_R_Angle = Parameter(oBin.Name, "d49")
If the "d45" is =37,56 deg. I dont understend why Front_L_Angle is = 37,5685920288275 deg.
Can the code be improved to show only 2 decimal?
Many thanks!
Solved! Go to Solution.