• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    M_Mogharabi
    Posts: 26
    Registered: ‎12-12-2011

    template unit

    97 Views, 1 Replies
    02-07-2012 12:27 AM

    hi everyone.

     I specify a template when I open a new auotocad file and drawi  some shapes in autocad with c#.

    the problem is the coordinates that I use to draw shapes does not match the template file and therefore the shapes are misplaced.(I am using centimeters for my code).

    how can I change the coordinate of the template file to match my code coordinate?

    thanks in advance.

    Please use plain text.
    Valued Mentor
    Posts: 297
    Registered: ‎03-31-2005

    Re: template unit

    02-07-2012 08:14 AM in reply to: M_Mogharabi

    You have to create and use a new template.  The easiest way IMO is to open a drawing that is correct, delete all of the objects and purge (keep the existing layers and styles if you want) and SAVEAS with a DWT extension.

     

    Templates are DWG files with a DWT extension.

    Please use plain text.