Search found 19 matches
- 02 Jul 2018, 15:31
- Forum: CAD .NET
- Topic: Support for ExtendedData
- Replies: 13
- Views: 25263
Re: Support for ExtendedData
Do you have any update on this?
Thanks
Thangaraj N
Thanks
Thangaraj N
- 12 Jun 2018, 07:52
- Forum: CAD .NET
- Topic: Support for ExtendedData
- Replies: 13
- Views: 25263
Re: Support for ExtendedData
is this scheduled to get release in June?
Thanks
Thangaraj N
Thanks
Thangaraj N
- 26 Apr 2018, 13:37
- Forum: CAD .NET
- Topic: Support for ExtendedData
- Replies: 13
- Views: 25263
Re: Support for ExtendedData
Can you please let us know when can we expect this functionality? Any Tentative date.
Thanks,
Thangaraj N
Thanks,
Thangaraj N
- 25 Apr 2018, 12:39
- Forum: CAD .NET
- Topic: Support for ExtendedData
- Replies: 13
- Views: 25263
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...
- 12 Oct 2017, 12:31
- Forum: CAD .NET
- Topic: Convert DWG to PDF File.
- Replies: 5
- Views: 32933
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
Thanks
Thangaraj N
- 11 Oct 2017, 14:48
- Forum: CAD .NET
- Topic: Convert DWG to PDF File.
- Replies: 5
- Views: 32933
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.
- 10 Oct 2017, 17:15
- Forum: CAD .NET
- Topic: Convert DWG to PDF File.
- Replies: 5
- Views: 32933
Convert DWG to PDF File.
Please let me know how i could convert a DWG to PDF file ?
Thanks
Thangaraj N
Thanks
Thangaraj N
- 28 Sep 2017, 07:30
- Forum: CAD .NET
- Topic: Getting Entities in between two Polylines.
- Replies: 3
- Views: 25695
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
Thanks
Thangaraj N
- 27 Sep 2017, 09:26
- Forum: CAD .NET
- Topic: Getting Entities in between two Polylines.
- Replies: 3
- Views: 25695
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
Thanks
Thangaraj N
- 20 Sep 2017, 09:17
- Forum: CAD .NET
- Topic: Getting the Value of ColorIndex for an Entity
- Replies: 1
- Views: 15282
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
I can able to get RGB and not ColorIndex.
Thanks
Thangaraj N
- 18 Sep 2017, 13:10
- Forum: CAD .NET
- Topic: How to Find Area and Perimeter of a Closed LWPolygon
- Replies: 1
- Views: 14580
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
Thanks
Thangaraj N
- 18 Sep 2017, 12:10
- Forum: CAD .NET
- Topic: How to Get List of CADVertex from CADEntityCollection
- Replies: 1
- Views: 14480
How to Get List of CADVertex from CADEntityCollection
How to Get List of CADVertex from CADEntityCollection for LWPolygon.Vertexes?
Thanks
Thangaraj N
Thanks
Thangaraj N
- 13 Sep 2017, 11:40
- Forum: General questions and answers
- Topic: Tool to read DWG file with Java like CAD.NET
- Replies: 3
- Views: 47109
Re: Tool to read DWG file with Java like CAD.NET
We are using Eclipse for our development.
Thanks,
Thangaraj N
Thanks,
Thangaraj N
- 12 Sep 2017, 18:09
- Forum: General questions and answers
- Topic: Tool to read DWG file with Java like CAD.NET
- Replies: 3
- Views: 47109
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
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
- 12 Sep 2017, 17:52
- Forum: CAD .NET
- Topic: Export DWG to XML
- Replies: 2
- Views: 22635
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.
We have a requirement that the DWG created using educational version is not valid.