just noticed that when I try to use the command _-export (as a pdf) on a dot line, it changes the scale of the dot line (this change depends on the position of the camera). The command _export works fine though.
Is there a solution to make it work? I use this command in a Python script because I have a lot of drawings to export as pdf, and would be good if I don’t have to do it manually. I use the command _-export instead of _export to change the selected windows in the option “ViewportArea=Windows” so using _export is not a solution… Thank you for your help.
Yes, I see that when I set up Linetype=UseDisplay.
But when I set up Linetype=UsePatternDefinition, the scale changes as well, but differently: the scale after using -export depends on the view. For example, I setLinetypeScale = 100. After using -export, I get setLinetypeScale = 69.18. Then I zoom in and I setLinetypeScale = 100, I will get setLinetypeScale<69.18 after using -export.
So in a nutsheel, when you zoom in, the scale becomes smaller, when you zoom out, the scale becomes larger