Message 1 of 2

Not applicable
03-19-2021
10:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I used this code to enter the inventor parameter as input from Visual Studio Community 2017.
( Code : partComDef.Parameters.Item("d0").Value = Convert.ToInt32(Txt_d0.Text) )
In the TextBox, I can able to enter the value in "cm" units only.
But I have an angle parameter, So I have to enter the value in "Degree / Radian" units only.
There is also no conversion from "cm" to "deg/rad".
I need solution , It may be any syntax for unit conversion or Variable declaration
Please try to help me ASAP.
Solved! Go to Solution.