Search found 3 matches

by blgilbert
25 Feb 2009, 20:12
Forum: CAD .NET
Topic: Closing a file doesn't release it
Replies: 2
Views: 12691

Closing a file doesn't release it

I'm testing the CADViewerControl to view an HPGL file. When I load a file using either LoadFile or ShowLoadFileDialog and then call CloseFile, the file remains locked. I've tried calling MyControl.Unregister MyControl.Dispose MyControl = Nothing This doesn't help. You can recreate this in the Viewer...
by blgilbert
17 Feb 2009, 17:42
Forum: CADViewX
Topic: Ellipse in HPGL not working
Replies: 1
Views: 25107

Ellipse in HPGL not working

I'm trying to display an ellipse in an HPGL file, but it doesn't seem to work. My HPGL looks like this:

Code: Select all

IN;PU;SP1;
SC0,1000,0,2000,0;
CI500;
SP;
The SC command works correctly to turn a square into a rectangle, but it doesn't seem to work for a circle or arc.

Any help would be appreciated.
by blgilbert
29 Jan 2009, 22:45
Forum: CADViewX
Topic: Display ruler
Replies: 1
Views: 24009

Display ruler

I'm evaluating CADViewX for .Net. I'd like to know if it has the capability of displaying a ruler along x and y axes. I haven't been able to find anything in the properties.

Thanks.