InterviewSolution
Saved Bookmarks
| 1. |
How To Convert A File Created In Mm To Inches (conversion Of Units) In Ug? |
|
Answer» We can convert a file created in mm to INCHES by USING UG command prompt. ug_convert_part (space) -in (space) 1234.prt Note: Save your file where command prompt showing LOCATION; EXAMPLE:- C:/users/username We can convert a file created in mm to inches by using UG command prompt. ug_convert_part (space) -in (space) 1234.prt Note: Save your file where command prompt showing location; Example:- C:/users/username |
|