Search found 10 matches
- 11 Nov 2006, 08:53
- Forum: CAD .NET
- Topic: Speed of .NET vs VCL
- Replies: 1
- Views: 10009
Speed of .NET vs VCL
Hello,
I am considering upgrading my software to .NET, but a big factor of whether I upgrade or not is the graphics speed of CadImportVCL in .NET. Do you have any side by side comparison of drawing speeds? From my testing with the demo versions, the .NET seems slower...Please advise.
Thanks,
TS
I am considering upgrading my software to .NET, but a big factor of whether I upgrade or not is the graphics speed of CadImportVCL in .NET. Do you have any side by side comparison of drawing speeds? From my testing with the demo versions, the .NET seems slower...Please advise.
Thanks,
TS
- 10 Jul 2006, 22:01
- Forum: CAD VCL
- Topic: Load Layout List without Opening File
- Replies: 3
- Views: 14558
- 15 Jun 2006, 20:53
- Forum: CAD VCL
- Topic: Load Layout List without Opening File
- Replies: 3
- Views: 14558
Load Layout List without Opening File
Hello,
Is there a way to load a Layout list from a DWG file without actually loading the file into memory? I have a large list of DWG files, and need to load the layout list of each file quickly without loading each file into memory first.
Thanks,
TS
Is there a way to load a Layout list from a DWG file without actually loading the file into memory? I have a large list of DWG files, and need to load the layout list of each file quickly without loading each file into memory first.
Thanks,
TS
- 01 Jun 2006, 20:56
- Forum: General questions and answers
- Topic: SHX Font Distribution
- Replies: 1
- Views: 41088
SHX Font Distribution
Is it legal to distribute the SHX fonts that come with AutoCad within my own program?
What are other companies doing with this issue?
What are other companies doing with this issue?
- 31 Dec 2005, 22:02
- Forum: CAD VCL
- Topic: Snap to Intersections
- Replies: 4
- Views: 17242
- 24 Dec 2005, 07:24
- Forum: CAD VCL
- Topic: Snap to Intersections
- Replies: 4
- Views: 17242
Snap to Intersections
Hi,
I posted a little while ago about snapping to end points. The answer given was very helpful. How can I snap to intersections of lines where two lines cross? There is no point stored...How can this be done?
Thanks.
I posted a little while ago about snapping to end points. The answer given was very helpful. How can I snap to intersections of lines where two lines cross? There is no point stored...How can this be done?
Thanks.
- 16 Nov 2005, 03:30
- Forum: CAD VCL
- Topic: Fonts Problem
- Replies: 1
- Views: 9915
Fonts Problem
I have set up the SHX fonts directory and activated the SHX features, but somehow the fonts still don't look like the ones in AutoCad. It helps some of the text to look better when SHX is turned on. For example, I have a simple paragraph of text that is inside of a box. When I zoom in and out, the t...
- 20 Oct 2005, 22:39
- Forum: CAD VCL
- Topic: Nearest Point
- Replies: 3
- Views: 15187
- 20 Oct 2005, 07:56
- Forum: CAD VCL
- Topic: Nearest Point
- Replies: 3
- Views: 15187
Nearest Point
When the user clicks the mouse button, how can I calculate the nearest point or intersection? I basically need to figure out snapping the mouse like in AutoCad.