.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
template unit
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: template unit
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
