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

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
shivajitheboss
Posts: 32
Joined: 20 Jun 2019, 16:40

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

Post by shivajitheboss » 20 Jun 2019, 20:32

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

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

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

Post by support » 20 Jun 2019, 21:21

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

shivajitheboss
Posts: 32
Joined: 20 Jun 2019, 16:40

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

Post by shivajitheboss » 21 Jun 2019, 08:49

Thank you for your help, Mikhail. Appreciate it.

Post Reply