Search found 3 matches
- 07 Feb 2013, 12:30
- Forum: CAD .NET
- Topic: Thickness of a imported CGM not right
- Replies: 1
- Views: 12879
Thickness of a imported CGM not right
Hallo,
I try to import a cgm file will convert it to dxf. But all lines are the same thickness but this is not true. I try it with the Demo Viewer and the result is the same, if I open the cgm with a other software the thickness is ok.
What is wrong?
CADImport.NET 8 pro
I try to import a cgm file will convert it to dxf. But all lines are the same thickness but this is not true. I try it with the Demo Viewer and the result is the same, if I open the cgm with a other software the thickness is ok.
What is wrong?

CADImport.NET 8 pro
- 06 Feb 2013, 14:21
- Forum: CAD .NET
- Topic: Syntax of Register(?)
- Replies: 4
- Views: 21348
Re: Syntax of Register(?)
Thank you. Now it works.
I wish me for a next version of the CADImport.net that we can check the registration without a error dialog. I will use the program on a server as a service and there is no user in front to see the message box.


- 06 Feb 2013, 11:00
- Forum: CAD .NET
- Topic: Syntax of Register(?)
- Replies: 4
- Views: 21348
Syntax of Register(?)
Hello, I try to Register my application. With the Function Register(this) it works fine but I woud like to prefer to work with the function Register(val, regData, addToReg) but I don't know the values for the parameters. I try the following (values are dummys): ArrayList _licInfo = new ArrayList(); ...