Block area calculation

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

Moderators: SDS, support, admin

Post Reply
ersbg
Posts: 2
Joined: 19 Nov 2012, 19:45

Block area calculation

Post by ersbg » 20 Dec 2012, 12:54

Hello guys.
In my app i want to use CadImporterVCL to calculate area of a block. But can't find such function. Is such function exists in CadImporterVcl or
if not can i use a AutoLisp from autocad in CadImporterVcl. This AutoLisp calculate the area of given block.

Thanks.

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

Re: Block area calculation

Post by support » 24 Dec 2012, 17:44

Hello.
CAD Import VCL provides access to parameters of a rectangular prism that bounds all entities of a block or a block reference. Please check Box property for TsgDXFBlock and TsgDXFInsert instances.

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

Post Reply