Page 1 of 1

How can I find next Line from Entity

Posted: 08 Mar 2011, 00:39
by bars_12
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?

Re: How can I find next Line from Entity

Posted: 09 Mar 2011, 11:41
by support
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.