Page 1 of 1

Block area calculation

Posted: 20 Dec 2012, 12:54
by ersbg
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.

Re: Block area calculation

Posted: 24 Dec 2012, 17:44
by support
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.