Page 1 of 1

Do we have any block editor or any separate API for blocks in CAD.net

Posted: 20 Jun 2019, 20:32
by shivajitheboss
Hi,

My question is do we have any block editor available in CAD.net or any third party block editor that we can use ? or any separate API for working with blocks .

Appreciate the quick response.

Thanks,
Shiv

Re: Do we have any block editor or any separate API for blocks in CAD.net

Posted: 20 Jun 2019, 21:21
by support
Hello Shiv,

CAD .NET doesn't have a visual block editor, but it provides access to a block through the API (CADBlock class). Block entities can be accessed through a CADBlock.Entities collection which may also contain the block attribute definitions (CADAttdef objects).

Mikhail

Re: Do we have any block editor or any separate API for blocks in CAD.net

Posted: 21 Jun 2019, 08:49
by shivajitheboss
Thank you for your help, Mikhail. Appreciate it.