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
Do we have any block editor or any separate API for blocks in CAD.net
Moderators: SDS, support, admin
-
- Posts: 32
- Joined: 20 Jun 2019, 16:40
Re: Do we have any block editor or any separate API for blocks in CAD.net
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
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
Chat support on Skype: cadsofttools.support
-
- Posts: 32
- Joined: 20 Jun 2019, 16:40
Re: Do we have any block editor or any separate API for blocks in CAD.net
Thank you for your help, Mikhail. Appreciate it.