Цитата(cioma @ Jan 13 2005, 15:35)
Проясните, пожалуйста, ситуацию. Можно ли в принципе в DxDesigner рисовать символы и схемы в метрике? Или я не понимаю идеологию DxDesigner?
Перед Вами выдержка из документации:
Default Value Units
Default Value units are proportional to the schematic or symbol sheet size.
• For a sheet sized M X N, the sheet is divided equally into MN units of equal size,
Each unit is 1/MN in size, and the size of the object is (Unit Value)*(1/MN).
• For any single sheet size, object size is directly proportional to unit value. For
example doubling the unit value doubles the object size.
• For different sheet sizes with the same unit size, object size is inversely proportional
to sheet size.
Example A-1. Different Sheet Sizes
For this example, we will look at the behavior of TEXTSIZE, where TEXTSIZE=50 in the
viewdraw.ini for the project. Consider two sheets.
• The first sheet is B-Size, 1700 X 1100. This sheet will be divided into 1,870,000 equal
units. The text size for this sheet will be 50*1/1,870,000, or .0000267.
• The second is A-size, 1100 X 850. This sheet will be divided into 935,000 equal units.
The text size for this sheet will be 50 *1/935,000, or .0000534.
Conclusion: The larger the sheet size, the smaller the text size.