insert and positioning (dwg 2 pdf)

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
merco
Posts: 28
Joined: 25 May 2010, 10:03

insert and positioning (dwg 2 pdf)

Post by merco » 17 Jun 2010, 18:15

I'm writing a simple direct output to PDF so i have to browse for all entities, and know their absolute positions.
With a dwg I have all things in the right place... but not some inserts.
See the image. The first is my pdf converted, the second is the original dwg .

How can i get the real absolute position of all entities ?

Here the image
Image

Here the file
http://www.sygest.it/upgrade/CadImport/e1926p.zip

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: insert and positioning (dwg 2 pdf)

Post by support » 23 Jun 2010, 10:31

Hello.
The absolute position of entities of the drawing specified by the Point property. However you must count CADInsert.Point beside the Point properties of Entities inside inserts. Please see the pictures below.

Alexander.
Attachments
insert_point.jpg
insert_point.jpg (178.32 KiB) Viewed 14471 times
point0.jpg
point0.jpg (178.38 KiB) Viewed 14471 times
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply