Hi Vaclav,
Would you mind e-mailing me the DXF file, because I don't yet understand what's wrong. The CreateActiveVPort method does this:
public static DxfVPort CreateActiveVPort() {
DxfVPort vport = new DxfVPort();
vport.Name = ActiveVPortName;
vport.Height = 1d;
return vport;
}
So theoretically the height shouldn't be 0 unless it was set to 0 explicitly.
Thanks!
Wout