Message 1 of 3

Not applicable
08-30-2016
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I snapped up some code for drawing lines in Sketch.
Here's the line I am referencing.
oSketch.SketchLines.AddByTwoPoints(oTransGeom.CreatePoint2d(0, 0), oTransGeom.CreatePoint2d(4, 0))
The glitch is, the coordinates of the points measure metric.
The line measures 1.5748031 in.
I expected it to measure 4 in.
My file is set to inches units.
What am I missing here?
Thanks
=====================================
Solved! Go to Solution.