Page 1 of 1

Link information to DWG drawing in 3D

Posted: 24 Jul 2014, 01:42
by dmvcad
I am working with a solution where I need link information in each element/entity of a DWG drawing in 3D, the information comes from a SQL database.

Does the CAD Import .NET contains the functions for develop this solution?

Re: Link information to DWG drawing in 3D

Posted: 24 Jul 2014, 14:38
by support
Hello,

Please, specify the way this information should be linked to the entities. What information do you need to link? CAD Import .NET provides an access to the entity properties, so it is possible to read and modify them.

Mikhail

Re: Link information to DWG drawing in 3D

Posted: 24 Jul 2014, 22:04
by dmvcad
support wrote:Hello,

Please, specify the way this information should be linked to the entities. What information do you need to link? CAD Import .NET provides an access to the entity properties, so it is possible to read and modify them.

Mikhail
Hi,

I have records in some tables of my SQL database, I need link the information/records in each element/identity of a drawing 3D, the information that i want link are some parameters with your values of the tables of the database.

Daniel.