Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dawtcalm

    DXF origin

    in a C++ MFC application the drawing coordinates origin is the TOP left, so that position 5,3 would be here: |------------| | x | | | | | |------------| yet in a dxf file the origin is of course at the BOTTOM left, so position 5,3 would be here: |------------| |...
  2. dawtcalm

    DXF origin

    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...

Part and Inventory Search

Back
Top