Message 1 of 4
Unit Of Measure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
im trying to draw a sketch line and when my code is ran it draws the line but in cm not inches. heres my code...
Dim oLines(0 To 3) AsSketchLine
oLines(0) = oSketch.SketchLines.AddByTwoPoints(oTG.CreatePoint2d(0, 0), oTG.CreatePoint2d(0, 2))
when this runs i have a line thats 0.7874 inches, instead of 2 inches. how do i set the UOM so inventor knows i mean inches?