Search found 10 matches

by dmvcad
29 Aug 2014, 19:56
Forum: Web CAD SDK
Topic: Entities with CADControl - Web CAD SDK
Replies: 5
Views: 50166

Re: Entities with CADControl - Web CAD SDK

Hi,

Thanks,
I was reviewing the demo projects but in the code, I dont see the DrawController.GetSelectedEntityInfo() method, Can you help me in the location of this method into the code?

Daniel
by dmvcad
29 Aug 2014, 17:37
Forum: Web CAD SDK
Topic: Entities with CADControl - Web CAD SDK
Replies: 5
Views: 50166

Re: Entities with CADControl - Web CAD SDK

Hi,

Ok, thanks for your information. Can you give me an example with the method DrawController.GetSelectedEntityInfo() ?
Is there any documentation of methods for the CADControl?

Daniel
by dmvcad
29 Aug 2014, 00:58
Forum: Web CAD SDK
Topic: Entities with CADControl - Web CAD SDK
Replies: 5
Views: 50166

Entities with CADControl - Web CAD SDK

I am reviewing the component CADControl but I dont know how read the entities of a DWG drawing. I need that when I select each entity shows me your attributes, for example: text,name,handle.

How i can handle the entities with your attributes for this control?
by dmvcad
31 Jul 2014, 19:06
Forum: CAD .NET
Topic: Insert cadeditorControl in WebForm
Replies: 0
Views: 31760

Insert cadeditorControl in WebForm

I am testing CAD Import .NET demo to ASP .NET.
How I can add the cadeditorControl in a WebForm.aspx? its possible? , I already add the .dll but when I Create a WebApplication, I dont see this control in the toolbox of Visual Studio.

Daniel
by dmvcad
29 Jul 2014, 22:08
Forum: CAD .NET
Topic: Add text in a drawing DWG in 3D
Replies: 1
Views: 14088

Add text in a drawing DWG in 3D

I am testing the DEMO of CADImport .NET, How can I add a label with text in any element/part/entity of a drawing DWG in 3D?
by dmvcad
28 Jul 2014, 19:56
Forum: CAD .NET
Topic: Drawing 3D DWG
Replies: 3
Views: 20330

Re: Drawing 3D DWG

support wrote:Hello,

Could you send this 3D DWG file to our Technical Support e-mail: support@cadsofttools.com for the purpose of testing?

Mikhail

I will be sending the 3D DWG file
by dmvcad
28 Jul 2014, 19:54
Forum: CAD .NET
Topic: CADImport.dll
Replies: 1
Views: 15153

CADImport.dll

I am testing the DEMO of CADImport .NET but I dont see the CADImport.dll I see the follow information of the installation of DEMO: To install CAD Import .NET run CADImportNET_9_0_0.exe The following files will be installed into default prompted folders: c:\Program Files\Soft Gold\CAD Import .NET 9\:...
by dmvcad
25 Jul 2014, 20:05
Forum: CAD .NET
Topic: Drawing 3D DWG
Replies: 3
Views: 20330

Drawing 3D DWG

I was importing a drawing DWG in 3D but when I import the drawing in CAD Import .NET, the drawing change of perspective, I mean that the drawing not seen in original format of AutoCAD.

Does the CAD Import .Net not maintain the original format of a drawing 3D of AutoCAD?
by dmvcad
24 Jul 2014, 22:04
Forum: CAD .NET
Topic: Link information to DWG drawing in 3D
Replies: 2
Views: 16404

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 Hi, I have records in some tables of my SQL database, I need link t...
by dmvcad
24 Jul 2014, 01:42
Forum: CAD .NET
Topic: Link information to DWG drawing in 3D
Replies: 2
Views: 16404

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?