problem realizing changes to entities

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
JohnR
Posts: 4
Joined: 26 Aug 2010, 21:02

problem realizing changes to entities

Post by JohnR » 24 Sep 2010, 03:11

I am still having problems with changing entities.

Please see the test project that I have included. This is base mostly on your addEntityDemo project.

Please open the included dxf file and the press the button that is labeled green.

I have left out the CADImport.dll file because of size.

it's assembly version is 7.2.6.23364

This will change all entities to the color green.

Nothing is noticed until you zoom in ~1500-2000.

I am using VS2008 on XP computer.
Attachments
Test.zip
(126.43 KiB) Downloaded 1217 times

JohnR
Posts: 4
Joined: 26 Aug 2010, 21:02

Re: problem realizing changes to entities

Post by JohnR » 30 Sep 2010, 17:22

Is this problem being looked at ?

Is there any support for this ?

Are you going to reply to this post ?

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

Re: problem realizing changes to entities

Post by support » 30 Sep 2010, 17:39

Hello.
Currently we're looking for the problem cause in your project and will try to answer soon. A demo project (any) from package doesn't reveal such incorrectness.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

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

Re: problem realizing changes to entities

Post by support » 01 Oct 2010, 14:54

Hello.
The problem occur in your project because CADImage.UseDoubleBuffering state is true. This property specify using system Clipboard when drawing image. You need remove comment from initializing UseDoubleBuffering as false in SetCADImageOptions method or implement reading image from clipboard if you wish use it. The example can be found in ViewerDemo code. Please see GetFromClipboard method.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply