Newbie question, I'm learning .DXF format on the fly.
I'm attempting to create a .dxf export from a MFC application. MFC by default places the origin at the top left (so y increments downward). Is there a way of setting this type of view in the .dxf file, and if so how?
-->x
|
V
y
thanks for...