How to transform Polyline and Ellipse?

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

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

Re: How to transform Polyline and Ellipse?

Post by support » 22 Jun 2010, 18:37

Hello Jason.
There are two restrictions when using TsgDXFPoint objects in your task. The first, you will need reload modified file after changing PointDisplayMode to changes in converter take place. However you will need CAD Export VCL software to export to DXF format. And the second, after loading you will get TsgDXFPoint object with specified icon, but it will be resized on zooming! So, using TsgDXFPoint reasonable when it displayed as display dot. In other case creating other object (rectange or polygon, for example) preferable.

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

Post Reply