Search found 26 matches
- 06 May 2008, 11:14
- Forum: CAD .NET
- Topic: Drawing arcs in CADPolyLine manually
- Replies: 8
- Views: 32836
Re: Drawing arcs in CADPolyLine manually
Thanks Sergey! I know about the DottedSingPts property, but that's a less than my ideal way as it is still a finite set points that are pre-splitted by the library. What I want is to able to interprete the attributes of CADPolyLine manually so that I can decide how to split it myself at different re...
- 05 May 2008, 11:55
- Forum: CAD .NET
- Topic: Drawing arcs in CADPolyLine manually
- Replies: 8
- Views: 32836
Re: Drawing arcs in CADPolyLine manually
Hmm... nobody has any ideas on this? Or no one understands what I am talking about? 
I am curious how does CAD Import.NET inteprete the Vertex3D properties CADPolyLine.Vertexes property to draw arcs.

I am curious how does CAD Import.NET inteprete the Vertex3D properties CADPolyLine.Vertexes property to draw arcs.
- 30 Apr 2008, 19:35
- Forum: CAD .NET
- Topic: Drawing arcs in CADPolyLine manually
- Replies: 8
- Views: 32836
Drawing arcs in CADPolyLine manually
If I want to draw the arc of a CADPolyLine manually, how would I do that? I found that the Vertex3D of CADPolyLine.Vertexes property has a Bulge property that determine the arc roundedness. How do I translate this property (and other relevant properties of Vertex3D) to the parameters of DrawArc meth...
- 14 Mar 2008, 10:23
- Forum: CAD .NET
- Topic: Incorrect color information of CADEntity
- Replies: 1
- Views: 10129
Incorrect color information of CADEntity
Hi, I noticed that the Color property of CADEntity is incorrect on certain CAD files. The code is like below, static void Main(string[] args) { // Load any DWG or DXF file. string fName = @"..\..\..\nusajaya.dwg"; CADImage cadImageSource = CADImage.CreateImageByExtension(fName); cadImageSource.LoadF...
- 12 Feb 2008, 17:11
- Forum: CAD .NET
- Topic: Using SelectExt in non-"Model" layout
- Replies: 3
- Views: 17776
Hi Sergey, Thanks for your quick response. Had tried amending the Viewer with your code above. Unfortunately, no luck at all. I had emailed you earlier a DXF file for verfiying this problem yourself. I am going to email you another DXF file that is VERY VERY basic but with multiple layouts. You will...
- 12 Feb 2008, 13:26
- Forum: CAD .NET
- Topic: Using SelectExt in non-"Model" layout
- Replies: 3
- Views: 17776
Using SelectExt in non-"Model" layout
Does anybody notice that SelectExt method does not work on other layouts except the default Model layout. When I open a CAD file using the CAD Import Viewer with Model layout selected, I can use the Selection tool to select the entities in the CAD file. But when other layout is selected, no entities...
- 05 Feb 2008, 15:48
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Hi Sergey, You can emailed that release so that we can go away from bugging you for a while to keep our development going. As for now, opening the file in AutoCAD is not a big issue. (But we might need this compatibility in the near future.) Then when you had fixed that AutoCAD issue, you can send u...
- 04 Feb 2008, 12:20
- Forum: CAD .NET
- Topic: Remove Entities in Layouts
- Replies: 1
- Views: 10679
Remove Entities in Layouts
Hi, I have a large CAD file with a lots of layouts in it. I wish to let the user to select the layout that is only required by him, and remove the entities of other layouts in order to reduce the CAD file size when I save it later. How do I do that? I tried doing below, // Set the layout selected by...
- 01 Feb 2008, 17:46
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Hi Sergey, Can you tell me what are the problems that are solved, and those that are yet to be solved? I remember I reported 3 issues below to you, 1. Certain DWG files are not able to save into DXF, i.e. no DXF file produced when save. (I think this is solved in the interim release you email me.) 2...
- 01 Feb 2008, 10:00
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
How's things progressing? Any good news? 
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com

<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
- 26 Jan 2008, 07:56
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Sergey,
Just emailed you some sample files for you to work out and illustrate you idea.
Thanks a lot. Appreciate it!
Thomas
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
Just emailed you some sample files for you to work out and illustrate you idea.
Thanks a lot. Appreciate it!
Thomas
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
- 25 Jan 2008, 17:44
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Hmmm.... a bit quiet here. 
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com

<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
- 23 Jan 2008, 16:35
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
5. Why does CADImage.Converter.XRefs.Count always return 0 even when I load a DWG file that I am 100% it contains XREFs. (Those that I emailed you.)
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
- 23 Jan 2008, 16:28
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Just managed to tried your code above on copying entities, hoping by doing so, I can copy all the entities in the source file, include those from the XREFs to a destination file. Here are some comments, 1. What is the Destination.dxf in your code above supposed to be? 2. I tried to replace your code...
- 18 Jan 2008, 16:26
- Forum: CAD .NET
- Topic: Bind all XREFs as a single file
- Replies: 24
- Views: 90105
Just sent you a DWG file with XREFs. Please check your email. Hopefully you can get it solved ASAP. Thanks!
Thomas
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com
Thomas
<b>Objective World Pvt. Ltd.</b>
"<i>Turning Knowledge Into Wisdom.</i>"
http://www.objectiveworld.com