Search found 13 matches
- 20 Apr 2010, 15:32
- Forum: CAD .NET
- Topic: CADImport.Export not work
- Replies: 6
- Views: 27636
Re: CADImport.Export not work
Could i have a beta to start to do some tests?Razzo wrote:I urgently need this feature which is the current status of work?support wrote:Hello.
The functional implementation is in development.
Alexander.
- 20 Apr 2010, 15:31
- Forum: CAD .NET
- Topic: CADImport.Export not work
- Replies: 6
- Views: 27636
Re: CADImport.Export not work
I urgently need this feature which is the current status of work?support wrote:Hello.
The functional implementation is in development.
Alexander.
- 17 Mar 2010, 12:22
- Forum: CAD .NET
- Topic: CADImport.Export not work
- Replies: 6
- Views: 27636
Re: CADImport.Export not work
Have you some news about CAD Import .NET export to HPGL???
I need it!
I need it!
- 26 Jan 2010, 12:01
- Forum: CAD .NET
- Topic: Editor not works
- Replies: 6
- Views: 24092
Re: Editor not works
I try EditorDemo project. I have this Condition compilation symbols: "DWGModule; Export; UseCGM; DXF; HPGL;protect;" If i add "Professional": "DWGModule; Export; UseCGM; DXF; HPGL;protect;Professional", it does not work, same results!!! Please send me a working projet example. For try whit my compil...
- 12 Jan 2010, 11:12
- Forum: CAD .NET
- Topic: Editor not works
- Replies: 6
- Views: 24092
Re: Editor not works
Version: 7.2.2.19035
- 12 Jan 2010, 11:12
- Forum: CAD .NET
- Topic: Serializzation not work
- Replies: 3
- Views: 15574
Re: Serializzation not work
CADImage is marked not serializzable 

- 11 Jan 2010, 17:21
- Forum: CAD .NET
- Topic: Editor not works
- Replies: 6
- Views: 24092
Editor not works
I have CADImportNET 7 ext libraies professional. I'm using the c# sample "EditorDemo" I load the attacched file "palo.plt". When I try to draw a new object it becomes invisible (fig.1). If i choose the menu option "Fit to drawing window", it becomes visible (fig.2). If i try to move a vertex of this...
- 07 Jan 2010, 11:49
- Forum: CAD .NET
- Topic: Serializzation not work
- Replies: 3
- Views: 15574
Serializzation not work
In help file the class CADEntity is marked as serializzable. When i try to serialize this object i get the following error: - $exception {"There was an error reflecting type 'CADImport.FlatPoly'."} System.Exception {System.InvalidOperationException} - InnerException {"Cannot serialize member 'CADImp...
- 07 Jan 2010, 11:32
- Forum: CAD .NET
- Topic: Plt files bounds
- Replies: 6
- Views: 25921
Re: Plt files bounds
Can i calculate this scale with standard method? Or it is always 1:32 ?
- 24 Dec 2009, 14:38
- Forum: CAD .NET
- Topic: Plt files bounds
- Replies: 6
- Views: 25921
Re: Plt files bounds
Attached my plt file
- 23 Dec 2009, 13:27
- Forum: CAD .NET
- Topic: Plt files bounds
- Replies: 6
- Views: 25921
Re: Plt files bounds
If i load this file PLT Why Extents are: bottom -79.09375 double Height -196.6875 double left -3.8812500000000001 double right 7.9312500000000004 double top 117.59375000000001 double Width 11.8125 double I expect that the values are: bottom -2377 double Height 6294 double left -180 double right 270....
- 22 Dec 2009, 18:50
- Forum: CAD .NET
- Topic: CADImport.Export not work
- Replies: 6
- Views: 27636
CADImport.Export not work
This is my code:
CADImport.Export.HPGLExport hpe = new CADImport.Export.HPGLExport(cadImage);
hpe.SaveToFile(@"C:\temp\palo2.plt");
This is the content of file:
System.String[]
It is a bug or what i wrong?
CADImport.Export.HPGLExport hpe = new CADImport.Export.HPGLExport(cadImage);
hpe.SaveToFile(@"C:\temp\palo2.plt");
This is the content of file:
System.String[]
It is a bug or what i wrong?
- 22 Dec 2009, 18:37
- Forum: CAD .NET
- Topic: Plt files bounds
- Replies: 6
- Views: 25921
Plt files bounds
I have a plt file with this content: IN; VS32,1; VS32,2; VS32,3; VS32,4; VS32,5; VS32,6; VS32,7; VS32,8; WU0; PW0.350,1; PW0.350,2; PW0.350,3; PW0.350,4; PW0.350,5; PW0.350,6; PW0.350,7; PW0.350,8; LT; SP1; PU-108 -2377; PD270 -2377; PD270 2917; PD-108 3917; PD-108 -2377; SP0; I like to have the max...