template unit

template unit

Anonymous
Not applicable
618 Views
1 Reply
Message 1 of 2

template unit

Anonymous
Not applicable

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.

0 Likes
619 Views
1 Reply
Reply (1)
Message 2 of 2

fieldguy
Advisor
Advisor

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.

0 Likes