cart: empty [ Login ]

Problem loading files in AutoCad 2019

1 
INALSA
3/21/2019 10:20 AM
Hi, I am writing Dwg files using CadLib 4.0.37.173 but when I open these files using AutoCad 2019 some levels are multiplied by the scale factor (image bad_level_cad). I have downloaded the latetest trial release but the result is the same. However, I can read the files in earlier Autocad releases fine, such as Autocad 2017 (image Real_level_Cad). I intialize the C# object in this way:
C# Code:
model = new DxfModel(DxfVersion.Current);
and i tried others DxfVersion as 27 or 32 but nothing seems to work. To write the file I do this:
C# Code:
DwgWriter.Write(PathFile, model);
bad_level_Cad.png
Real_level_Cad.png
Wout
4/18/2019 3:38 PM
Hi, I will need input data to reproduce the problem. - Wout
1