Search found 19 matches

by nthangaraj
02 Jul 2018, 15:31
Forum: CAD .NET
Topic: Support for ExtendedData
Replies: 13
Views: 24269

Re: Support for ExtendedData

Do you have any update on this?

Thanks
Thangaraj N
by nthangaraj
12 Jun 2018, 07:52
Forum: CAD .NET
Topic: Support for ExtendedData
Replies: 13
Views: 24269

Re: Support for ExtendedData

is this scheduled to get release in June?

Thanks
Thangaraj N
by nthangaraj
26 Apr 2018, 13:37
Forum: CAD .NET
Topic: Support for ExtendedData
Replies: 13
Views: 24269

Re: Support for ExtendedData

Can you please let us know when can we expect this functionality? Any Tentative date.

Thanks,
Thangaraj N
by nthangaraj
25 Apr 2018, 12:39
Forum: CAD .NET
Topic: Support for ExtendedData
Replies: 13
Views: 24269

Support for ExtendedData

I wanted to know id CAD.NET support Extended Data for an Entity. If so please let me know how i can access it. IvanCAD (http://www.ivancad.com/) has that functionality. foreach (Ivan.DrawingEntity drawingEntity in objEntities) { if (drawingEntity.HasXData == true) { try { objXData = drawingEntity.Ex...
by nthangaraj
12 Oct 2017, 12:31
Forum: CAD .NET
Topic: Convert DWG to PDF File.
Replies: 5
Views: 32833

Re: Convert DWG to PDF File.

Can you please let me know how i can upload the file. It is more than 1 MB.

Thanks
Thangaraj N
by nthangaraj
11 Oct 2017, 14:48
Forum: CAD .NET
Topic: Convert DWG to PDF File.
Replies: 5
Views: 32833

Re: Convert DWG to PDF File.

I did tried to export the PDF, But i'm getting a blank page. Also i have few colored layer and i want the background to be printed as black when exported(Same as in CAD). Please provide some suggestions.
by nthangaraj
10 Oct 2017, 17:15
Forum: CAD .NET
Topic: Convert DWG to PDF File.
Replies: 5
Views: 32833

Convert DWG to PDF File.

Please let me know how i could convert a DWG to PDF file ?

Thanks
Thangaraj N
by nthangaraj
28 Sep 2017, 07:30
Forum: CAD .NET
Topic: Getting Entities in between two Polylines.
Replies: 3
Views: 25575

Re: Getting Entities in between two Polylines.

Please find the attached Screenshot. i would need to get the dimension that are marked with arrow.

Thanks
Thangaraj N
by nthangaraj
27 Sep 2017, 09:26
Forum: CAD .NET
Topic: Getting Entities in between two Polylines.
Replies: 3
Views: 25575

Getting Entities in between two Polylines.

We have few Dimensions placed between 2 Poly lines. Please let me know how i can get only those dimensions.

Thanks
Thangaraj N
by nthangaraj
20 Sep 2017, 09:17
Forum: CAD .NET
Topic: Getting the Value of ColorIndex for an Entity
Replies: 1
Views: 15220

Getting the Value of ColorIndex for an Entity

Please let me know how to get the color index (AutoCAD ColorIndex # (ACI)) for any Entity?
I can able to get RGB and not ColorIndex.

Thanks
Thangaraj N
by nthangaraj
18 Sep 2017, 13:10
Forum: CAD .NET
Topic: How to Find Area and Perimeter of a Closed LWPolygon
Replies: 1
Views: 14538

How to Find Area and Perimeter of a Closed LWPolygon

I could see Area and Perimeter values in AUTOCAD. How to get these values?

Thanks
Thangaraj N
by nthangaraj
18 Sep 2017, 12:10
Forum: CAD .NET
Topic: How to Get List of CADVertex from CADEntityCollection
Replies: 1
Views: 14410

How to Get List of CADVertex from CADEntityCollection

How to Get List of CADVertex from CADEntityCollection for LWPolygon.Vertexes?

Thanks
Thangaraj N
by nthangaraj
13 Sep 2017, 11:40
Forum: General questions and answers
Topic: Tool to read DWG file with Java like CAD.NET
Replies: 3
Views: 46666

Re: Tool to read DWG file with Java like CAD.NET

We are using Eclipse for our development.

Thanks,
Thangaraj N
by nthangaraj
12 Sep 2017, 18:09
Forum: General questions and answers
Topic: Tool to read DWG file with Java like CAD.NET
Replies: 3
Views: 46666

Tool to read DWG file with Java like CAD.NET

Hi Support,

Please provide me if there is any library available to read DWG file using Java. If so please provide some example of reading the layer and entities.

Thanks
Thangaraj N
by nthangaraj
12 Sep 2017, 17:52
Forum: CAD .NET
Topic: Export DWG to XML
Replies: 2
Views: 22493

Re: Export DWG to XML

Also is there a way to get the Tool and the version used to create the DWG?
We have a requirement that the DWG created using educational version is not valid.