Search found 13 matches

by AliHatam
16 Jun 2022, 09:41
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

Hi, I examined the files you sent. The Test1 - Error.dwg file wasn't created by either our software or AutoCAD and it contains errors, more precisely, it has a lot of blockrecords with the same name and handle, e.g. BRANCH - $BF6F GLOBEVALVE - $BF70 VPRESSUREGAGE - $BF71 ... Other files seem to hav...
by AliHatam
24 May 2022, 17:33
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

A lot of our errors fixed by this advice but we have some other errors. I think your help can help us to fix. We have 3 Test file : Test1.dwg ( In Dwgs.zip) shows normally in our software but after consume a lot of memory will not open in Autocad and system hangs. Test2.dwg ( In Dwgs.zip) shows norm...
by AliHatam
17 May 2022, 10:02
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

Hi, This error happens because the file contains two blockrecords with the same handles, and each handle should be unique. Catherine. Hi , thank you so much for answer We have many blocks in our file , can you give me more info about that 2 blocks , a name or other info that help us to find it easi...
by AliHatam
10 May 2022, 12:34
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

Hi, Thank you for your mesage. Could you please let me know the CAD .NET version that you are using? Could you please also send me an example code (e.g. by email or PM me) that you are using to generate the file? Maria Hello, can you say that a mistake or a bug caused this file export error? We wan...
by AliHatam
07 May 2022, 16:49
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

Hi Maria
I sent you an email includes sample codes we used . thanks
by AliHatam
07 May 2022, 07:56
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Re: Can't open DXF file generated by cad.net

Hi
The CAD.NET version is 14.1.0.47734

About code , it's very huge and as you can see the cad file contains very elements . but I will try to send you a portion of it .
by AliHatam
05 May 2022, 16:10
Forum: CAD .NET
Topic: Can't open DXF file generated by cad.net
Replies: 12
Views: 4767

Can't open DXF file generated by cad.net

We use cad.net in our project and generate an output file in DXF format . But generated file doesn't open in Autodesk Autocad software . the generated file open in cad.net editor and viewer properly (Chiral.jpg) . I attach generated file for more investigation (generatedDxfFile in attachments) . Tha...
by AliHatam
01 Feb 2022, 11:04
Forum: CAD .NET
Topic: Dashed style lines view corrupted after drag (Editor Control)
Replies: 6
Views: 4310

Re: Dashed style lines view corrupted after drag (Editor Control)

My problem solved by disabling snap feature in tool box .
by AliHatam
11 Oct 2021, 17:14
Forum: CAD .NET
Topic: Dashed style lines view corrupted after drag (Editor Control)
Replies: 6
Views: 4310

Re: Dashed style lines view corrupted after drag (Editor Control)

Hi
How I must implement rerendering after drag and drop ?
Has it an event ?
by AliHatam
10 Oct 2021, 18:45
Forum: CAD .NET
Topic: Dashed style lines view corrupted after drag (Editor Control)
Replies: 6
Views: 4310

Dashed style lines view corrupted after drag (Editor Control)

Hi We have strange problem with Editor control . We draw a cad drawing on the editor (by code) and all thing is ok . In the editor , when we drag the drawn image , some dashed style lines views become corrupted . for example , if I click in spot A and drag or I click on element B, the corruption occ...
by AliHatam
16 Aug 2021, 09:26
Forum: CAD .NET
Topic: How can I set unit (inch , mm ,cm) in may cad image ?
Replies: 1
Views: 3171

How can I set unit (inch , mm ,cm) in may cad image ?

Hello
I want to set the unit for my cad image before drawing . is there any way ?
by AliHatam
13 Aug 2021, 09:00
Forum: CAD .NET
Topic: How can I use DashStyle property ?
Replies: 1
Views: 1954

How can I use DashStyle property ?

Hi ,
How can I use DashStyle property for dashed or dot-dashed line drawing ?