Link information to DWG drawing in 3D
Moderators: SDS, support, admin
Link information to DWG drawing in 3D
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?
Does the CAD Import .NET contains the functions for develop this solution?
Re: Link information to DWG drawing in 3D
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
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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Link information to DWG drawing in 3D
Hi,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
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.