04-05-2015 03:25 AM - edited 04-05-2015 03:30 AM
I need to draw the profile of a camshaft in 2d picture and i obtained my (x,y) positions of the points on the profile in absolute coordinates. I was wondering if is possible to move the 0,0 to the center of the picture so I don't have to switch to relative coordinates since my values are extremly small ( like (0.41602,4.72796) in milimeters ).
My second problem concerns drawing at scale 10:1 as follows :
I want to print the result of the 2d picture and what i need is that 1 cm on the printed picture is equal to 1 mm in the real drawing in 1:1 scale.
Sorry if it makes little sense, just ask if you don't understand and i will try to explain a bit more.
04-05-2015 05:10 AM
04-05-2015 05:37 AM
so i need to switch to relative coordinates in order to draw.
Also, correct me if i misunderstand, but if i draw a line from 0,0 to 0,10 the LENGHT of that line is 10 MILIMETERS not PIXELS, right ?
04-05-2015 05:59 AM