How can I find next Line from Entity

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

Moderators: SDS, support, admin

Post Reply
bars_12
Posts: 3
Joined: 01 Mar 2011, 23:13

How can I find next Line from Entity

Post by bars_12 » 08 Mar 2011, 00:39

Hallo!
I have a line Entity and I want to find a line new from Point of Point1 (for Example it's a kabel). Is there a method to fina this?

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

Re: How can I find next Line from Entity

Post by support » 09 Mar 2011, 11:41

Hello.
CAD Import VCL library main purpose is import and providing access to CAD data. So, such specific methods must be created in developed application. One of possible solutions is check Box property of the line/polyline entities from TsgCADImage.Layouts.Entities list. TsgDXFEntity.Box returns the 3d box surrounding the entity.

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

Post Reply